◆ CallOutBoxCallback()
◆ modalStateFinished()
| void juce::CallOutBoxCallback::modalStateFinished |
( |
int | returnValue | ) |
|
|
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.
◆ timerCallback()
| void juce::CallOutBoxCallback::timerCallback |
( |
| ) |
|
|
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.
◆ callout
◆ content
| std::unique_ptr<Component> juce::CallOutBoxCallback::content |
The documentation for this class was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_gui_basics/windows/juce_CallOutBox.cpp