JUCE
ThreadWithProgressWindow Member List

This is the complete list of members for ThreadWithProgressWindow, including all inherited members.

addListener(Listener *)Thread
callAfterDelay(int milliseconds, std::function< void()> functionToCall)Timerprivatestatic
callPendingTimersSynchronously()Timerprivatestatic
currentThreadShouldExit()Threadstatic
getAlertWindow() const noexceptThreadWithProgressWindow
getCurrentThread()Threadstatic
getCurrentThreadId()Threadstatic
getThreadId() const noexceptThread
getThreadName() const noexceptThread
getTimerInterval() const noexceptTimerprivate
initialiseJUCE(void *jniEnv, void *jContext)Threadstatic
isThreadRunning() constThread
isTimerRunning() const noexceptTimerprivate
launch(std::function< void()> functionToRun)Threadstatic
launchThread(int priority=5)ThreadWithProgressWindow
notify() constThread
realtimeAudioPriority enum valueThread
removeListener(Listener *)Thread
run()=0Threadpure virtual
runThread(int priority=5)ThreadWithProgressWindow
setAffinityMask(uint32 affinityMask)Thread
setCurrentThreadAffinityMask(uint32 affinityMask)Threadstatic
setCurrentThreadName(const String &newThreadName)Threadstatic
setCurrentThreadPriority(int priority)Threadstatic
setPriority(int priority)Thread
setProgress(double newProgress)ThreadWithProgressWindow
setStatusMessage(const String &newStatusMessage)ThreadWithProgressWindow
signalThreadShouldExit()Thread
sleep(int milliseconds)Threadstatic
startThread()Thread
startThread(int priority)Thread
startTimer(int intervalInMilliseconds) noexceptTimerprivate
startTimerHz(int timerFrequencyHz) noexceptTimerprivate
stopThread(int timeOutMilliseconds)Thread
stopTimer() noexceptTimerprivate
Thread(const String &threadName, size_t threadStackSize=0)Threadexplicit
threadComplete(bool userPressedCancel)ThreadWithProgressWindowvirtual
ThreadID typedefThread
threadShouldExit() constThread
ThreadWithProgressWindow(const String &windowTitle, bool hasProgressBar, bool hasCancelButton, int timeOutMsWhenCancelling=10000, const String &cancelButtonText=String(), Component *componentToCentreAround=nullptr)ThreadWithProgressWindow
Timer() noexceptTimerprivate
Timer(const Timer &) noexceptTimerprivate
wait(int timeOutMilliseconds) constThread
waitForThreadToExit(int timeOutMilliseconds) constThread
yield()Threadstatic
~Thread()Threadvirtual
~ThreadWithProgressWindow() overrideThreadWithProgressWindow
~Timer()Timerprivatevirtual