◆ LockType
◆ TimerThread()
| juce::Timer::TimerThread::TimerThread |
( |
| ) |
|
|
inline |
◆ ~TimerThread()
| juce::Timer::TimerThread::~TimerThread |
( |
| ) |
|
|
inlineoverride |
◆ add()
| void juce::Timer::TimerThread::add |
( |
Timer * | tim | ) |
|
|
inlinestaticnoexcept |
◆ addTimer()
| void juce::Timer::TimerThread::addTimer |
( |
Timer * | t | ) |
|
|
inlineprivate |
◆ callTimers()
| void juce::Timer::TimerThread::callTimers |
( |
| ) |
|
|
inline |
◆ callTimersSynchronously()
| void juce::Timer::TimerThread::callTimersSynchronously |
( |
| ) |
|
|
inline |
◆ getTimeUntilFirstTimer()
| int juce::Timer::TimerThread::getTimeUntilFirstTimer |
( |
int | numMillisecsElapsed | ) |
|
|
inlineprivate |
◆ handleAsyncUpdate()
| void juce::Timer::TimerThread::handleAsyncUpdate |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
Called back to do whatever your class needs to do.
This method is called by the message thread at the next convenient time after the triggerAsyncUpdate() method has been called.
Implements juce::AsyncUpdater.
◆ remove()
| void juce::Timer::TimerThread::remove |
( |
Timer * | tim | ) |
|
|
inlinestaticnoexcept |
◆ removeTimer()
| void juce::Timer::TimerThread::removeTimer |
( |
Timer * | t | ) |
|
|
inlineprivate |
◆ resetCounter()
| void juce::Timer::TimerThread::resetCounter |
( |
Timer * | tim | ) |
|
|
inlinestaticnoexcept |
◆ resetTimerCounter()
| void juce::Timer::TimerThread::resetTimerCounter |
( |
Timer * | t | ) |
|
|
inlineprivatenoexcept |
◆ run()
| void juce::Timer::TimerThread::run |
( |
| ) |
|
|
inlineoverridevirtual |
Must be implemented to perform the thread's actual code.
Remember that the thread must regularly check the threadShouldExit() method whilst running, and if this returns true it should return from the run() method as soon as possible to avoid being forcibly killed.
- See also
- threadShouldExit, startThread
Implements juce::Thread.
◆ shuffleTimerBackInQueue()
| void juce::Timer::TimerThread::shuffleTimerBackInQueue |
( |
size_t | pos | ) |
|
|
inlineprivate |
◆ shuffleTimerForwardInQueue()
| void juce::Timer::TimerThread::shuffleTimerForwardInQueue |
( |
size_t | pos | ) |
|
|
inlineprivate |
◆ callbackArrived
◆ instance
◆ lock
◆ timers
The documentation for this class was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_events/timers/juce_Timer.cpp