juce::Timer::TimerThread::TimerThread |
( |
| ) |
|
|
inline |
juce::Timer::TimerThread::~TimerThread |
( |
| ) |
|
|
inlinenoexcept |
static void juce::Timer::TimerThread::add |
( |
Timer *const |
tim | ) |
|
|
inlinestaticnoexcept |
void juce::Timer::TimerThread::callTimers |
( |
| ) |
|
|
inline |
void juce::Timer::TimerThread::callTimersSynchronously |
( |
| ) |
|
|
inline |
static void juce::Timer::TimerThread::remove |
( |
Timer *const |
tim | ) |
|
|
inlinestaticnoexcept |
static void juce::Timer::TimerThread::resetCounter |
( |
Timer *const |
tim, |
|
|
const int |
newCounter |
|
) |
| |
|
inlinestaticnoexcept |
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.
The documentation for this class was generated from the following file: