openshot-audio
0.1.2
|
Public Member Functions | |
MultiTimerCallback (const int tid, MultiTimer &mt) noexcept | |
void | timerCallback () override |
![]() | |
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 void JUCE_CALLTYPE | callPendingTimersSynchronously () |
![]() | |
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 juce::Timer.
MultiTimer& juce::MultiTimerCallback::owner |