Audacity 3.2.0
Public Member Functions | List of all members
BasicUI::GenericProgressDialog Class Referenceabstract

Abstraction of a progress dialog with undefined time-to-completion estimate. More...

#include <BasicUI.h>

Inheritance diagram for BasicUI::GenericProgressDialog:
[legend]

Public Member Functions

virtual ~GenericProgressDialog ()
 
virtual ProgressResult Pulse ()=0
 Give some visual indication of progress. Call only on the main thread. More...
 

Detailed Description

Abstraction of a progress dialog with undefined time-to-completion estimate.

Definition at line 178 of file BasicUI.h.

Constructor & Destructor Documentation

◆ ~GenericProgressDialog()

BasicUI::GenericProgressDialog::~GenericProgressDialog ( )
virtualdefault

Member Function Documentation

◆ Pulse()

virtual ProgressResult BasicUI::GenericProgressDialog::Pulse ( )
pure virtual

Give some visual indication of progress. Call only on the main thread.

Implemented in anonymous_namespace{wxWidgetsBasicUI.cpp}::MyGenericProgress.


The documentation for this class was generated from the following files: