| callPendingTimersSynchronously() | Timer | [private, static] |
| getAlertWindow() const noexcept | ThreadWithProgressWindow | |
| getCurrentThread() | Thread | [static] |
| getCurrentThreadId() | Thread | [static] |
| getThreadId() const noexcept | Thread | |
| getThreadName() const | Thread | |
| getTimerInterval() const noexcept | Timer | [private] |
| isThreadRunning() const | Thread | |
| isTimerRunning() const noexcept | Timer | [private] |
| notify() const | Thread | |
| run()=0 | Thread | [pure virtual] |
| runThread(int threadPriority=5) | ThreadWithProgressWindow | |
| setAffinityMask(uint32 affinityMask) | Thread | |
| setCurrentThreadAffinityMask(uint32 affinityMask) | Thread | [static] |
| setCurrentThreadName(const String &newThreadName) | Thread | [static] |
| setCurrentThreadPriority(int priority) | Thread | [static] |
| setPriority(int priority) | Thread | |
| setProgress(double newProgress) | ThreadWithProgressWindow | |
| setStatusMessage(const String &newStatusMessage) | ThreadWithProgressWindow | |
| signalThreadShouldExit() | Thread | |
| sleep(int milliseconds) | Thread | [static] |
| startThread() | Thread | |
| startThread(int priority) | Thread | |
| startTimer(int intervalInMilliseconds) noexcept | Timer | [private] |
| stopThread(int timeOutMilliseconds) | Thread | |
| stopTimer() noexcept | Timer | [private] |
| Thread(const String &threadName) | Thread | [explicit] |
| ThreadID typedef | Thread | |
| threadShouldExit() const | Thread | |
| ThreadWithProgressWindow(const String &windowTitle, bool hasProgressBar, bool hasCancelButton, int timeOutMsWhenCancelling=10000, const String &cancelButtonText="Cancel") | ThreadWithProgressWindow | |
| Timer() noexcept | Timer | [private] |
| Timer(const Timer &other) noexcept | Timer | [private] |
| wait(int timeOutMilliseconds) const | Thread | |
| waitForThreadToExit(int timeOutMilliseconds) const | Thread | |
| yield() | Thread | [static] |
| ~Thread() | Thread | [virtual] |
| ~ThreadWithProgressWindow() | ThreadWithProgressWindow | |
| ~Timer() | Timer | [private, virtual] |