This is the complete list of members for ThreadWithProgressWindow, including all inherited members.
addListener(Listener *) | Thread | |
currentThreadShouldExit() | Thread | static |
getAlertWindow() const noexcept | ThreadWithProgressWindow | |
getCurrentThread() | Thread | static |
getCurrentThreadId() | Thread | static |
getPriority() const | Thread | protected |
getThreadId() const noexcept | Thread | |
getThreadName() const noexcept | Thread | |
initialiseJUCE(void *jniEnv, void *jContext) | Thread | static |
isRealtime() const | Thread | |
isThreadRunning() const | Thread | |
launch(std::function< void()> functionToRun) | Thread | static |
launch(Priority priority, std::function< void()> functionToRun) | Thread | static |
launchThread(Priority priority=Priority::normal) | ThreadWithProgressWindow | |
notify() const | Thread | |
osDefaultStackSize | Thread | static |
Priority enum name | Thread | |
removeListener(Listener *) | Thread | |
run()=0 | Thread | pure virtual |
runThread(Priority priority=Priority::normal) | ThreadWithProgressWindow | |
setAffinityMask(uint32 affinityMask) | Thread | |
setCurrentThreadAffinityMask(uint32 affinityMask) | Thread | static |
setCurrentThreadName(const String &newThreadName) | Thread | static |
setPriority(Priority newPriority) | Thread | protected |
setProgress(double newProgress) | ThreadWithProgressWindow | |
setStatusMessage(const String &newStatusMessage) | ThreadWithProgressWindow | |
signalThreadShouldExit() | Thread | |
sleep(int milliseconds) | Thread | static |
startRealtimeThread(const RealtimeOptions &options) | Thread | |
startThread() | Thread | |
startThread(Priority newPriority) | Thread | |
stopThread(int timeOutMilliseconds) | Thread | |
Thread(const String &threadName, size_t threadStackSize=osDefaultStackSize) | 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 | |
wait(double timeOutMilliseconds) const | Thread | |
waitForThreadToExit(int timeOutMilliseconds) const | Thread | |
yield() | Thread | static |
~Thread() | Thread | virtual |
~ThreadWithProgressWindow() override | ThreadWithProgressWindow |