Audacity 3.2.0
|
Interface for objects that can receive command progress information. More...
#include <CommandTargets.h>
Public Member Functions | |
virtual | ~CommandProgressTarget () |
virtual void | Update (double completed)=0 |
Interface for objects that can receive command progress information.
Definition at line 62 of file CommandTargets.h.
|
virtualdefault |
|
pure virtual |
Implemented in ProgressToMessageTarget.