|
openshot-audio
0.1.5
|
Public Member Functions | |
| PopupMenuCompletionCallback () | |
| void | modalStateFinished (int result) |
Public Member Functions inherited from juce::ModalComponentManager::Callback | |
| Callback () | |
| virtual | ~Callback () |
Public Attributes | |
| ApplicationCommandManager * | managerOfChosenCommand |
| ScopedPointer< Component > | component |
| WeakReference< Component > | prevFocused |
| WeakReference< Component > | prevTopLevel |
|
inline |
|
inlinevirtual |
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.
| ScopedPointer<Component> juce::PopupMenuCompletionCallback::component |
| ApplicationCommandManager* juce::PopupMenuCompletionCallback::managerOfChosenCommand |
| WeakReference<Component> juce::PopupMenuCompletionCallback::prevFocused |
| WeakReference<Component> juce::PopupMenuCompletionCallback::prevTopLevel |
1.8.13