|
OpenShot Library | OpenShotAudio
0.2.2
|
Inheritance diagram for juce::LambdaInvoker: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.
|
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.