Home
last modified time | relevance | path

Searched refs:unregisterAction (Results 1 – 25 of 69) sorted by relevance

123

/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/java/org/tanukisoftware/wrapper/
H A DWrapperActionServer.java359 public void unregisterAction( byte command ) in unregisterAction() method in WrapperActionServer
386 unregisterAction( COMMAND_SHUTDOWN ); in enableShutdownAction()
411 unregisterAction( COMMAND_HALT_EXPECTED ); in enableHaltExpectedAction()
434 unregisterAction( COMMAND_RESTART ); in enableRestartAction()
457 unregisterAction( COMMAND_DUMP ); in enableThreadDumpAction()
482 unregisterAction( COMMAND_HALT_UNEXPECTED ); in enableHaltUnexpectedAction()
509 unregisterAction( COMMAND_ACCESS_VIOLATION ); in enableAccessViolationAction()
538 unregisterAction( COMMAND_APPEAR_HUNG ); in enableAppearHungAction()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dwindowsupport.cpp100 ActionManager::unregisterAction(m_minimizeAction, Constants::MINIMIZE_WINDOW); in ~WindowSupport()
101 ActionManager::unregisterAction(m_zoomAction, Constants::ZOOM_WINDOW); in ~WindowSupport()
102 ActionManager::unregisterAction(m_closeAction, Constants::CLOSE_WINDOW); in ~WindowSupport()
104 ActionManager::unregisterAction(m_toggleFullScreenAction, Constants::TOGGLE_FULLSCREEN); in ~WindowSupport()
222 ActionManager::unregisterAction(m_windowActions.last(), m_windowActionIds.last()); in removeWindow()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/help/
H A Dhelpwidget.cpp544 Core::ActionManager::unregisterAction(m_contentsAction, Constants::HELP_CONTENTS); in ~HelpWidget()
545 Core::ActionManager::unregisterAction(m_indexAction, Constants::HELP_INDEX); in ~HelpWidget()
546 Core::ActionManager::unregisterAction(m_bookmarkAction, Constants::HELP_BOOKMARKS); in ~HelpWidget()
547 Core::ActionManager::unregisterAction(m_searchAction, Constants::HELP_SEARCH); in ~HelpWidget()
551 Core::ActionManager::unregisterAction(m_copy, Core::Constants::COPY); in ~HelpWidget()
552 Core::ActionManager::unregisterAction(m_printAction, Core::Constants::PRINT); in ~HelpWidget()
556 Core::ActionManager::unregisterAction(m_switchToHelp, Constants::CONTEXT_HELP); in ~HelpWidget()
557 Core::ActionManager::unregisterAction(m_homeAction, Constants::HELP_HOME); in ~HelpWidget()
558 Core::ActionManager::unregisterAction(m_forwardAction, Constants::HELP_NEXT); in ~HelpWidget()
559 Core::ActionManager::unregisterAction(m_backAction, Constants::HELP_PREVIOUS); in ~HelpWidget()
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/
H A DMake.hs126 ,unregisterCommand `commandAddAction` unregisterAction
181 unregisterAction :: RegisterFlags -> [String] -> IO ()
182 unregisterAction flags args = do function
/dports/math/g2o/g2o-20201223_git/g2o/core/
H A Dhyper_graph_action.h126 bool unregisterAction(HyperGraphElementAction* action);
148 bool unregisterAction(HyperGraphElementAction* action);
214 HyperGraphActionLibrary::instance()->unregisterAction(_action); in ~RegisterActionProxy()
H A Dhyper_graph_action.cpp129 bool HyperGraphElementActionCollection::unregisterAction(HyperGraphElementAction* action) in unregisterAction() function in g2o::HyperGraphElementActionCollection
195 bool HyperGraphActionLibrary::unregisterAction(HyperGraphElementAction* action) in unregisterAction() function in g2o::HyperGraphActionLibrary
203 collection->unregisterAction(action); in unregisterAction()
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/
H A DMake.hs124 ,unregisterCommand `commandAddAction` unregisterAction
179 unregisterAction :: RegisterFlags -> [String] -> IO ()
180 unregisterAction flags args = do function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/
H A DMake.hs124 ,unregisterCommand `commandAddAction` unregisterAction
179 unregisterAction :: RegisterFlags -> [String] -> IO ()
180 unregisterAction flags args = do function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/
H A DMake.hs124 ,unregisterCommand `commandAddAction` unregisterAction
179 unregisterAction :: RegisterFlags -> [String] -> IO ()
180 unregisterAction flags args = do function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/
H A DMake.hs126 ,unregisterCommand `commandAddAction` unregisterAction
181 unregisterAction :: RegisterFlags -> [String] -> IO ()
182 unregisterAction flags args = do function
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Duserinterfacemanager.cpp51 [this, action](void *) { unregisterAction(action); }); in registerAction()
58 void unregisterAction(Action *action) { in unregisterAction() function in fcitx::UserInterfaceManagerPrivate
157 void UserInterfaceManager::unregisterAction(Action *action) { in unregisterAction() function in fcitx::UserInterfaceManager
159 d->unregisterAction(action); in unregisterAction()
H A Duserinterfacemanager.h35 void unregisterAction(Action *action);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DKeyBindingService.java315 unregisterAction(action); in registerAction()
323 unregisterAction(registeredAction); in registerAction()
394 public void unregisterAction(IAction action) { in unregisterAction() method in KeyBindingService
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/
H A DIKeyBindingService.java67 void unregisterAction(IAction action); in unregisterAction() method
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerengine.cpp318 ActionManager::unregisterAction(&m_continueAction, Constants::CONTINUE); in ~DebuggerEnginePrivate()
319 ActionManager::unregisterAction(&m_exitAction, Constants::STOP); in ~DebuggerEnginePrivate()
320 ActionManager::unregisterAction(&m_interruptAction, Constants::INTERRUPT); in ~DebuggerEnginePrivate()
321 ActionManager::unregisterAction(&m_abortAction, Constants::ABORT); in ~DebuggerEnginePrivate()
322 ActionManager::unregisterAction(&m_stepOverAction, Constants::NEXT); in ~DebuggerEnginePrivate()
323 ActionManager::unregisterAction(&m_stepIntoAction, Constants::STEP); in ~DebuggerEnginePrivate()
324 ActionManager::unregisterAction(&m_stepOutAction, Constants::STEPOUT); in ~DebuggerEnginePrivate()
329 ActionManager::unregisterAction(&m_detachAction, Constants::DETACH); in ~DebuggerEnginePrivate()
330 ActionManager::unregisterAction(&m_resetAction, Constants::RESET); in ~DebuggerEnginePrivate()
331 ActionManager::unregisterAction(&m_watchAction, Constants::WATCH); in ~DebuggerEnginePrivate()
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/gui/actions/
H A Daction-description.cpp60 unregisterAction(m_actions); in ~ActionDescription()
104 void ActionDescription::unregisterAction(Actions *actions) in unregisterAction() function in ActionDescription
/dports/textproc/fcitx5/fcitx5-5.0.11/test/
H A Dtestuserinterfacemanager.cpp36 uiManager->unregisterAction(&a3); in main()
/dports/devel/lokalize/lokalize-21.12.3/src/
H A Dactionproxy.h36 void unregisterAction(/*QAction**/);
H A Dactionproxy.cpp50 void ActionProxy::unregisterAction(/*QAction**/)
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DKeyboardShortcutManager.h143 void unregisterAction(QAction *action);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/actionmanager/
H A Dactionmanager.h73 static void unregisterAction(QAction *action, Utils::Id id);
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsshortcutsmanager.h113 bool unregisterAction( QAction *action );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsshortcutsmanager.h113 bool unregisterAction( QAction *action );
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dactionmanager.h72 static void unregisterAction(QAction *action, Id id);
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviActionManager.h95 bool unregisterAction(const QString & szName);

123