|
openshot-audio
0.1.7
|
Public Member Functions | |
| MultiTimerCallback (const int tid, MultiTimer &mt) noexcept | |
| void | timerCallback () override |
Public Member Functions inherited from Timer | |
| virtual | ~Timer () |
| void | startTimer (int intervalInMilliseconds) noexcept |
| void | startTimerHz (int timerFrequencyHz) noexcept |
| void | stopTimer () noexcept |
| bool | isTimerRunning () const noexcept |
| int | getTimerInterval () const noexcept |
Public Attributes | |
| MultiTimer & | owner |
| const int | timerID |
Additional Inherited Members | |
Static Public Member Functions inherited from Timer | |
| static void JUCE_CALLTYPE | callPendingTimersSynchronously () |
Protected Member Functions inherited from Timer | |
| Timer () noexcept | |
| Timer (const Timer &) noexcept | |
|
inlinenoexcept |
|
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 Timer.
| MultiTimer& MultiTimerCallback::owner |
| const int MultiTimerCallback::timerID |
1.8.13