|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| void | modalStateFinished (int result) override |
| Called to indicate that a modal component has been dismissed. | |
Public Member Functions inherited from juce::ModalComponentManager::Callback | |
| virtual | ~Callback ()=default |
| Destructor. | |
Public Attributes | |
| ApplicationCommandManager * | managerOfChosenCommand |
| std::unique_ptr< Component > | component |
Definition at line 2080 of file juce_PopupMenu.cpp.
Called to indicate that a modal component has been dismissed.
You can register a callback using Component::enterModalState() or ModalComponentManager::attachCallback().
The returnValue parameter is the value that was passed to Component::exitModalState() when the component was dismissed.
The callback object will be deleted shortly after this method is called.
Implements juce::ModalComponentManager::Callback.
Definition at line 2084 of file juce_PopupMenu.cpp.
| std::unique_ptr<Component> juce::PopupMenuCompletionCallback::component |
Definition at line 2122 of file juce_PopupMenu.cpp.
| ApplicationCommandManager* juce::PopupMenuCompletionCallback::managerOfChosenCommand |
Definition at line 2121 of file juce_PopupMenu.cpp.