Home
last modified time | relevance | path

Searched refs:registerAllCommandsForTarget (Results 1 – 10 of 10) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DMenusDemo.h158 commandManager.registerAllCommandsForTarget (this); in MenusDemo()
342 commandManager.registerAllCommandsForTarget (this); in OuterCommandTarget()
429 commandManager.registerAllCommandsForTarget (this); in InnerCommandTarget()
H A DKeyMappingsDemo.h222 commandManager.registerAllCommandsForTarget (&keyTarget); in KeyMappingsDemo()
/dports/devel/juce/JUCE-f37e9a1/extras/AudioPluginHost/Source/
H A DHostStartup.cpp57 commandManager.registerAllCommandsForTarget (this); in initialise()
58 commandManager.registerAllCommandsForTarget (mainWindow.get()); in initialise()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/commands/
H A Djuce_ApplicationCommandManager.h125 void registerAllCommandsForTarget (ApplicationCommandTarget* target);
H A Djuce_ApplicationCommandManager.cpp82 void ApplicationCommandManager::registerAllCommandsForTarget (ApplicationCommandTarget* target) in registerAllCommandsForTarget() function in juce::ApplicationCommandManager
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/commands/
H A Djuce_ApplicationCommandManager.h125 void registerAllCommandsForTarget (ApplicationCommandTarget* target);
H A Djuce_ApplicationCommandManager.cpp82 void ApplicationCommandManager::registerAllCommandsForTarget (ApplicationCommandTarget* target) in registerAllCommandsForTarget() function in juce::ApplicationCommandManager
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_MainWindow.cpp140 commandManager.registerAllCommandsForTarget (this); in MainWindow()
141 commandManager.registerAllCommandsForTarget (getProjectContentComponent()); in MainWindow()
H A Djucer_Application.cpp1444 commandManager->registerAllCommandsForTarget (this); in initCommandManager()
1449 commandManager->registerAllCommandsForTarget (&ed); in initCommandManager()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_JucerDocumentEditor.cpp1323 ProjucerApplication::getCommandManager().registerAllCommandsForTarget (&dh); in registerGUIEditorCommands()