openshot-audio
0.1.7
|
Public Member Functions | |
ReturnValueRetriever (int &v, bool &done) | |
void | modalStateFinished (int returnValue) |
![]() | |
Callback () | |
virtual | ~Callback () |
|
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.