Home
last modified time | relevance | path

Searched refs:isRegisteredForShortcut (Results 1 – 8 of 8) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/windows/
H A Djuce_DialogWindow.cpp69 if (! close->isRegisteredForShortcut (esc)) in resized()
H A Djuce_AlertWindow.cpp518 if (b->isRegisteredForShortcut (key)) in keyPressed()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/windows/
H A Djuce_DialogWindow.cpp69 if (! close->isRegisteredForShortcut (esc)) in resized()
H A Djuce_AlertWindow.cpp518 if (b->isRegisteredForShortcut (key)) in keyPressed()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/buttons/
H A Djuce_Button.cpp579 jassert (! isRegisteredForShortcut (key)); // already registered! in addShortcut()
602 bool Button::isRegisteredForShortcut (const KeyPress& key) const in isRegisteredForShortcut() function in juce::Button
H A Djuce_Button.h249 bool isRegisteredForShortcut (const KeyPress&) const;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/buttons/
H A Djuce_Button.cpp579 jassert (! isRegisteredForShortcut (key)); // already registered! in addShortcut()
602 bool Button::isRegisteredForShortcut (const KeyPress& key) const in isRegisteredForShortcut() function in juce::Button
H A Djuce_Button.h249 bool isRegisteredForShortcut (const KeyPress&) const;