Home
last modified time | relevance | path

Searched refs:invokeCommand (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/general/
H A DActionCommandRegistry.h43 void invokeCommand(QString actionName) override;
H A DActionCommandRegistry.cpp75 ActionCommandRegistry::invokeCommand(QString actionName)
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/commands/
H A Djuce_KeyPressMappingSet.cpp195 void KeyPressMappingSet::invokeCommand (const CommandID commandID, in invokeCommand() function in juce::KeyPressMappingSet
333 invokeCommand (cm.commandID, key, true, 0, originatingComponent); in keyPressed()
402 invokeCommand (cm.commandID, key, isDown, millisecs, originatingComponent); in keyStateChanged()
H A Djuce_KeyPressMappingSet.h237 void invokeCommand (const CommandID, const KeyPress&, const bool isKeyDown,
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/commands/
H A Djuce_KeyPressMappingSet.cpp195 void KeyPressMappingSet::invokeCommand (const CommandID commandID, in invokeCommand() function in juce::KeyPressMappingSet
333 invokeCommand (cm.commandID, key, true, 0, originatingComponent); in keyPressed()
402 invokeCommand (cm.commandID, key, isDown, millisecs, originatingComponent); in keyStateChanged()
H A Djuce_KeyPressMappingSet.h237 void invokeCommand (const CommandID, const KeyPress&, const bool isKeyDown,
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/
H A DCommandRegistry.cpp66 invokeCommand(actionName); in slotInvokeCommand()
H A DCommandRegistry.h134 virtual void invokeCommand(QString actionName) = 0;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/main/
H A Dmain-window.ts102 this.invokeCommand(commandId);
258 invokeCommand(cmdId: string): void {
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dspellmanager.h69 static void invokeCommand(const std::string &command,
H A Dspellmanager.cpp201 void SpellManager::invokeCommand(const std::string &command, in invokeCommand() function in SpellManager
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopMainWindow.hpp71 void invokeCommand(QString commandId);
H A DDesktopMainWindow.cpp132 this, SLOT(invokeCommand(QString))); in MainWindow()
433 void MainWindow::invokeCommand(QString commandId) in invokeCommand() function in rstudio::desktop::MainWindow
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkScale.h239 int setVar, int invokeCommand);
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkScale.h239 int setVar, int invokeCommand);
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkScale.h233 int setVar, int invokeCommand);
H A DtkScale.c1261 int invokeCommand) /* Non-zero means invoked -command option to in TkScaleSetValue() argument
1279 if (invokeCommand) { in TkScaleSetValue()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkScale.h248 double value, int setVar, int invokeCommand));
H A DtkScale.c1267 TkScaleSetValue(scalePtr, value, setVar, invokeCommand) in TkScaleSetValue() argument
1273 int invokeCommand; /* Non-zero means invoked -command option
1291 if (invokeCommand) {
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/console/
H A DConsoleInput.java571 public boolean invokeCommand(String command, List cargs) { in invokeCommand() method in ConsoleInput
579 return invokeCommand(newCommand, list); in invokeCommand()
664 if (!invokeCommand(command, comargs)) { in run()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/
H A DDesktopHooks.java118 void invokeCommand(String cmdId) in invokeCommand() method in DesktopHooks
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkScale.c342 double value, int setVar, int invokeCommand));
1857 SetScaleValue(scalePtr, value, setVar, invokeCommand) in SetScaleValue() argument
1863 int invokeCommand; /* Non-zero means invoked -command option
1883 if (invokeCommand) {
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkScale.c342 double value, int setVar, int invokeCommand));
1857 SetScaleValue(scalePtr, value, setVar, invokeCommand) in SetScaleValue() argument
1863 int invokeCommand; /* Non-zero means invoked -command option
1883 if (invokeCommand) {
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkScale.c342 double value, int setVar, int invokeCommand));
1857 SetScaleValue(scalePtr, value, setVar, invokeCommand) in SetScaleValue() argument
1863 int invokeCommand; /* Non-zero means invoked -command option
1883 if (invokeCommand) {
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/console/commands/
H A DShow.java101 ci.invokeCommand("set", null); in execute()
103 ci.invokeCommand("add", Arrays.asList( new String[] { "--list"} )); in execute()

12