Audacity 3.2.0
|
Abstraction of a progress dialog with undefined time-to-completion estimate. More...
#include <BasicUI.h>
Public Member Functions | |
virtual | ~GenericProgressDialog () |
virtual ProgressResult | Pulse ()=0 |
Give some visual indication of progress. Call only on the main thread. More... | |
Abstraction of a progress dialog with undefined time-to-completion estimate.
|
virtualdefault |
|
pure virtual |
Give some visual indication of progress. Call only on the main thread.
Implemented in anonymous_namespace{wxWidgetsBasicUI.cpp}::MyGenericProgress.