| JUCE
    | 
This is the complete list of members for ThreadWithProgressWindow, including all inherited members.
| callPendingTimersSynchronously() | Timer | privatestatic | 
| currentThreadShouldExit() | Thread | 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 | 
| launchThread(int priority=5) | ThreadWithProgressWindow | |
| notify() const | Thread | |
| run()=0 | Thread | pure virtual | 
| runThread(int priority=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 | 
| startTimerHz(int timerFrequencyHz) noexcept | Timer | private | 
| stopThread(int timeOutMilliseconds) | Thread | |
| stopTimer() noexcept | Timer | private | 
| Thread(const String &threadName, size_t threadStackSize=0) | Thread | explicit | 
| threadComplete(bool userPressedCancel) | ThreadWithProgressWindow | virtual | 
| ThreadID typedef | Thread | |
| threadShouldExit() const | Thread | |
| ThreadWithProgressWindow(const String &windowTitle, bool hasProgressBar, bool hasCancelButton, int timeOutMsWhenCancelling=10000, const String &cancelButtonText=String(), Component *componentToCentreAround=nullptr) | ThreadWithProgressWindow | |
| Timer() noexcept | Timer | private | 
| Timer(const Timer &) noexcept | Timer | private | 
| wait(int timeOutMilliseconds) const | Thread | |
| waitForThreadToExit(int timeOutMilliseconds) const | Thread | |
| yield() | Thread | static | 
| ~Thread() | Thread | virtual | 
| ~ThreadWithProgressWindow() | ThreadWithProgressWindow | |
| ~Timer() | Timer | privatevirtual |