JUCE
|
This is the complete list of members for ThreadWithProgressWindow, including all inherited members.
addListener(Listener *) | Thread | |
callAfterDelay(int milliseconds, std::function< void()> functionToCall) | Timer | privatestatic |
callPendingTimersSynchronously() | Timer | privatestatic |
currentThreadShouldExit() | Thread | static |
getAlertWindow() const noexcept | ThreadWithProgressWindow | |
getCurrentThread() | Thread | static |
getCurrentThreadId() | Thread | static |
getThreadId() const noexcept | Thread | |
getThreadName() const noexcept | Thread | |
getTimerInterval() const noexcept | Timer | private |
initialiseJUCE(void *jniEnv, void *jContext) | Thread | static |
isThreadRunning() const | Thread | |
isTimerRunning() const noexcept | Timer | private |
launch(std::function< void()> functionToRun) | Thread | static |
launchThread(int priority=5) | ThreadWithProgressWindow | |
notify() const | Thread | |
realtimeAudioPriority enum value | Thread | |
removeListener(Listener *) | 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() override | ThreadWithProgressWindow | |
~Timer() | Timer | privatevirtual |