openshot-audio
0.1.6
|
Public Member Functions | |
CallOutBoxCallback (Component *c, const Rectangle< int > &area, Component *parent) | |
void | modalStateFinished (int) override |
void | timerCallback () override |
![]() | |
Callback () | |
virtual | ~Callback () |
Public Attributes | |
ScopedPointer< Component > | content |
CallOutBox | callout |
|
inline |
|
inlineoverridevirtual |
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.
|
inlineoverridevirtual |
The user-defined callback routine that actually gets called periodically.
It's perfectly ok to call startTimer() or stopTimer() from within this callback to change the subsequent intervals.
Implements juce::Timer.
CallOutBox juce::CallOutBoxCallback::callout |
ScopedPointer<Component> juce::CallOutBoxCallback::content |