OpenShot Library | OpenShotAudio 0.2.2
|
Public Member Functions | |
LambdaInvoker (int milliseconds, std::function< void()> f) | |
void | timerCallback () override |
The user-defined callback routine that actually gets called periodically. More... | |
Public Attributes | |
std::function< void()> | function |
Definition at line 365 of file juce_Timer.cpp.
|
inline |
Definition at line 367 of file juce_Timer.cpp.
|
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.
Definition at line 372 of file juce_Timer.cpp.
std::function<void()> juce::LambdaInvoker::function |
Definition at line 379 of file juce_Timer.cpp.