Audacity 3.2.0
Public Member Functions | List of all members
CommandProgressTarget Class Referenceabstract

Interface for objects that can receive command progress information. More...

#include <CommandTargets.h>

Inheritance diagram for CommandProgressTarget:
[legend]

Public Member Functions

virtual ~CommandProgressTarget ()
 
virtual void Update (double completed)=0
 

Detailed Description

Interface for objects that can receive command progress information.

Definition at line 62 of file CommandTargets.h.

Constructor & Destructor Documentation

◆ ~CommandProgressTarget()

CommandProgressTarget::~CommandProgressTarget ( )
virtualdefault

Member Function Documentation

◆ Update()

virtual void CommandProgressTarget::Update ( double  completed)
pure virtual

Implemented in ProgressToMessageTarget.


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