JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
ThreadWithProgressWindow Member List
This is the complete list of members for ThreadWithProgressWindow, including all inherited members.
callPendingTimersSynchronously()Timer [private, static]
getAlertWindow() const noexceptThreadWithProgressWindow
getCurrentThread()Thread [static]
getCurrentThreadId()Thread [static]
getThreadId() const noexceptThread
getThreadName() const Thread
getTimerInterval() const noexceptTimer [private]
isThreadRunning() const Thread
isTimerRunning() const noexceptTimer [private]
notify() const Thread
run()=0Thread [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) noexceptTimer [private]
stopThread(int timeOutMilliseconds)Thread
stopTimer() noexceptTimer [private]
Thread(const String &threadName)Thread [explicit]
ThreadID typedefThread
threadShouldExit() const Thread
ThreadWithProgressWindow(const String &windowTitle, bool hasProgressBar, bool hasCancelButton, int timeOutMsWhenCancelling=10000, const String &cancelButtonText="Cancel")ThreadWithProgressWindow
Timer() noexceptTimer [private]
Timer(const Timer &other) noexceptTimer [private]
wait(int timeOutMilliseconds) const Thread
waitForThreadToExit(int timeOutMilliseconds) const Thread
yield()Thread [static]
~Thread()Thread [virtual]
~ThreadWithProgressWindow()ThreadWithProgressWindow
~Timer()Timer [private, virtual]