Audacity 3.2.0
Public Member Functions | List of all members
anonymous_namespace{wxCommandTargets.cpp}::InteractiveOutputTargets Struct Reference
Inheritance diagram for anonymous_namespace{wxCommandTargets.cpp}::InteractiveOutputTargets:
[legend]
Collaboration diagram for anonymous_namespace{wxCommandTargets.cpp}::InteractiveOutputTargets:
[legend]

Public Member Functions

 InteractiveOutputTargets ()
 
- Public Member Functions inherited from CommandOutputTargets
 CommandOutputTargets (std::unique_ptr< CommandProgressTarget > pt=TargetFactory::ProgressDefault(), std::shared_ptr< CommandMessageTarget > st=TargetFactory::MessageDefault(), std::shared_ptr< CommandMessageTarget > et=TargetFactory::MessageDefault())
 
 ~CommandOutputTargets ()
 
void Progress (double completed)
 
void Status (const wxString &status, bool bFlush=false)
 
void Error (const wxString &message)
 
void StartArray ()
 
void EndArray ()
 
void StartStruct ()
 
void EndStruct ()
 
void StartField (const wxString &name)
 
void EndField ()
 
void AddItem (const wxString &value, const wxString &name={})
 
void AddBool (const bool value, const wxString &name={})
 
void AddItem (const double value, const wxString &name={})
 

Additional Inherited Members

- Public Attributes inherited from CommandOutputTargets
std::unique_ptr< CommandProgressTargetmProgressTarget
 
std::shared_ptr< CommandMessageTargetmStatusTarget
 
std::shared_ptr< CommandMessageTargetmErrorTarget
 

Detailed Description

Definition at line 179 of file wxCommandTargets.cpp.

Constructor & Destructor Documentation

◆ InteractiveOutputTargets()

anonymous_namespace{wxCommandTargets.cpp}::InteractiveOutputTargets::InteractiveOutputTargets ( )
inline

Definition at line 180 of file wxCommandTargets.cpp.

184 } {}
CommandOutputTargets a mix of three output classes to output progress indication, status messages and...
static std::shared_ptr< CommandMessageTarget > LongMessages()
static std::unique_ptr< CommandProgressTarget > ProgressDefault()
static std::shared_ptr< CommandMessageTarget > MessageDefault()

The documentation for this struct was generated from the following file: