#include <ProgressDialog.h>
◆ ProgressDialog()
| ProgressDialog::ProgressDialog |
( |
| ) |
|
|
inline |
◆ ~ProgressDialog()
| ProgressDialog::~ProgressDialog |
( |
| ) |
|
|
inline |
◆ handleAsyncUpdate()
| void ProgressDialog::handleAsyncUpdate |
( |
| ) |
|
|
inlineoverride |
◆ JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR()
| ProgressDialog::JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR |
( |
ProgressDialog | | ) |
|
◆ paint()
| void ProgressDialog::paint |
( |
juce::Graphics & | g | ) |
|
|
inlineoverride |
◆ resized()
| void ProgressDialog::resized |
( |
| ) |
|
|
inlineoverride |
◆ setCancelButtonVisible()
| void ProgressDialog::setCancelButtonVisible |
( |
CancelCallback | callbackFunction | ) |
|
|
inline |
◆ setDisplayText()
| void ProgressDialog::setDisplayText |
( |
juce::String | newText | ) |
|
|
inline |
◆ setProgress()
| void ProgressDialog::setProgress |
( |
double | newProgress | ) |
|
|
inline |
◆ setProgressText()
| void ProgressDialog::setProgressText |
( |
juce::String | newText | ) |
|
|
inline |
◆ cancelButton
| juce::TextButton ProgressDialog::cancelButton |
◆ cancelCallback
◆ nextDisplayText
| juce::String ProgressDialog::nextDisplayText = "" |
◆ nextProgress
| double ProgressDialog::nextProgress = -1 |
◆ nextProgressText
| juce::String ProgressDialog::nextProgressText = "" |
◆ progress
| double ProgressDialog::progress = -1 |
◆ progressBar
| std::unique_ptr<juce::ProgressBar> ProgressDialog::progressBar |
◆ progressMutex
| std::mutex ProgressDialog::progressMutex |
◆ text
| juce::String ProgressDialog::text = "" |
The documentation for this class was generated from the following file: