![]() |
Audacity 3.2.0
|
Abstraction of a progress dialog with well defined time-to-completion estimate. More...
#include <BasicUI.h>
Public Member Functions | |
virtual | ~ProgressDialog () |
virtual ProgressResult | Poll (unsigned long long numerator, unsigned long long denominator, const TranslatableString &message={})=0 |
Update the bar and poll for clicks. Call only on the main thread. More... | |
virtual void | SetMessage (const TranslatableString &message)=0 |
Change an existing dialog's message. More... | |
Abstraction of a progress dialog with well defined time-to-completion estimate.
|
virtualdefault |
|
pure virtual |
Update the bar and poll for clicks. Call only on the main thread.
Implemented in anonymous_namespace{wxWidgetsBasicUI.cpp}::MyProgressDialog.
Referenced by WaveClip::Resample(), Effect::TotalProgress(), Effect::TrackGroupProgress(), and Effect::TrackProgress().
|
pure virtual |
Change an existing dialog's message.
Implemented in anonymous_namespace{wxWidgetsBasicUI.cpp}::MyProgressDialog.
Referenced by EffectStereoToMono::Process().