openshot-audio  0.1.6
Public Member Functions | List of all members
juce::ModalComponentManager::ReturnValueRetriever Class Reference
Inheritance diagram for juce::ModalComponentManager::ReturnValueRetriever:
juce::ModalComponentManager::Callback

Public Member Functions

 ReturnValueRetriever (int &v, bool &done)
 
void modalStateFinished (int returnValue)
 
- Public Member Functions inherited from juce::ModalComponentManager::Callback
 Callback ()
 
virtual ~Callback ()
 

Constructor & Destructor Documentation

juce::ModalComponentManager::ReturnValueRetriever::ReturnValueRetriever ( int v,
bool &  done 
)
inline

Member Function Documentation

void juce::ModalComponentManager::ReturnValueRetriever::modalStateFinished ( int  returnValue)
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.


The documentation for this class was generated from the following file: