![]() |
Audacity 3.2.0
|
Command that sets envelope information. More...
#include <SetEnvelopeCommand.h>
Public Member Functions | |
| SetEnvelopeCommand () | |
| ComponentInterfaceSymbol | GetSymbol () const override |
| TranslatableString | GetDescription () const override |
| template<bool Const> | |
| bool | VisitSettings (SettingsVisitorBase< Const > &S) |
| bool | VisitSettings (SettingsVisitor &S) override |
| bool | VisitSettings (ConstSettingsVisitor &S) override |
| void | PopulateOrExchange (ShuttleGui &S) override |
| ManualPageID | ManualPage () override |
| bool | ApplyInner (const CommandContext &context, Track &t) override |
Public Member Functions inherited from SetTrackBase | |
| bool | Apply (const CommandContext &context) final |
| virtual bool | ApplyInner (const CommandContext &context, Track &t)=0 |
Public Member Functions inherited from AudacityCommand | |
| AudacityCommand () | |
| virtual | ~AudacityCommand () |
| PluginPath | GetPath () const override |
| VendorSymbol | GetVendor () const override |
| wxString | GetVersion () const override |
| ComponentInterfaceSymbol | GetSymbol () const override=0 |
| virtual TranslatableString | GetDescription () const override |
| virtual ManualPageID | ManualPage () |
| virtual bool | IsBatchProcessing () const |
| virtual void | SetBatchProcessing (bool start) |
| virtual bool | Apply (const CommandContext &WXUNUSED(context)) |
| bool | ShowInterface (wxWindow *parent, bool forceModal=false) |
| wxDialog * | CreateUI (wxWindow *parent, AudacityCommand *client) |
| bool | SaveSettingsAsString (wxString &parms) |
| bool | LoadSettingsFromString (const wxString &parms) |
| bool | DoAudacityCommand (const CommandContext &context, bool shouldPrompt=true) |
| int | MessageBox (const TranslatableString &message, long style=DefaultMessageBoxStyle, const TranslatableString &titleStr={}) |
| virtual bool | Init () |
| virtual bool | PromptUser (AudacityProject &) |
| virtual bool | CheckWhetherSkipAudacityCommand () |
| virtual void | End () |
| virtual void | PopulateOrExchange (ShuttleGui &WXUNUSED(S)) |
| virtual bool | TransferDataToWindow () |
| virtual bool | TransferDataFromWindow () |
| virtual bool | VisitSettings (SettingsVisitor &) |
| virtual bool | VisitSettings (ConstSettingsVisitor &) |
Public Member Functions inherited from ComponentInterface | |
| virtual | ~ComponentInterface () |
| virtual PluginPath | GetPath () const =0 |
| virtual ComponentInterfaceSymbol | GetSymbol () const =0 |
| virtual VendorSymbol | GetVendor () const =0 |
| virtual wxString | GetVersion () const =0 |
| virtual TranslatableString | GetDescription () const =0 |
| TranslatableString | GetName () const |
Public Attributes | |
| double | mT |
| double | mV |
| bool | mbDelete |
| bool | bHasT |
| bool | bHasV |
| bool | bHasDelete |
Static Public Attributes | |
| static const ComponentInterfaceSymbol | Symbol { XO("Set Envelope") } |
Additional Inherited Members | |
Public Types inherited from AudacityCommand | |
| enum | : long { DefaultMessageBoxStyle = wxOK | wxCENTRE } |
Protected Attributes inherited from AudacityCommand | |
| ProgressDialog * | mProgress |
| wxDialog * | mUIDialog |
| wxWindow * | mUIParent |
Command that sets envelope information.
Definition at line 21 of file SetEnvelopeCommand.h.
| SetEnvelopeCommand::SetEnvelopeCommand | ( | ) |
Definition at line 41 of file SetEnvelopeCommand.cpp.
|
overridevirtual |
Implements SetTrackBase.
Definition at line 72 of file SetEnvelopeCommand.cpp.
References WaveTrack::SortedIntervalArray(), and Track::TypeSwitch().
|
inlineoverridevirtual |
Reimplemented from AudacityCommand.
Definition at line 29 of file SetEnvelopeCommand.h.
References XO().
|
inlineoverridevirtual |
Implements AudacityCommand.
Definition at line 28 of file SetEnvelopeCommand.h.
References Symbol.
|
inlineoverridevirtual |
Reimplemented from AudacityCommand.
Definition at line 36 of file SetEnvelopeCommand.h.
|
override |
Definition at line 59 of file SetEnvelopeCommand.cpp.
References bHasDelete, bHasT, bHasV, mbDelete, mT, mV, S, and XXO().
|
overridevirtual |
Visit settings, if defined. false means no defined settings. Default implementation returns false
Reimplemented from AudacityCommand.
Definition at line 56 of file SetEnvelopeCommand.cpp.
References S.
|
overridevirtual |
Visit settings, if defined. false means no defined settings. Default implementation returns false
Reimplemented from AudacityCommand.
Definition at line 53 of file SetEnvelopeCommand.cpp.
References S.
| bool SetEnvelopeCommand::VisitSettings | ( | SettingsVisitorBase< Const > & | S | ) |
Definition at line 46 of file SetEnvelopeCommand.cpp.
References bHasDelete, bHasT, bHasV, mbDelete, mT, mV, S, and wxT().
| bool SetEnvelopeCommand::bHasDelete |
Definition at line 46 of file SetEnvelopeCommand.h.
Referenced by PopulateOrExchange(), and VisitSettings().
| bool SetEnvelopeCommand::bHasT |
Definition at line 44 of file SetEnvelopeCommand.h.
Referenced by PopulateOrExchange(), and VisitSettings().
| bool SetEnvelopeCommand::bHasV |
Definition at line 45 of file SetEnvelopeCommand.h.
Referenced by PopulateOrExchange(), and VisitSettings().
| bool SetEnvelopeCommand::mbDelete |
Definition at line 42 of file SetEnvelopeCommand.h.
Referenced by PopulateOrExchange(), and VisitSettings().
| double SetEnvelopeCommand::mT |
Definition at line 40 of file SetEnvelopeCommand.h.
Referenced by PopulateOrExchange(), and VisitSettings().
| double SetEnvelopeCommand::mV |
Definition at line 41 of file SetEnvelopeCommand.h.
Referenced by PopulateOrExchange(), and VisitSettings().
|
static |
Definition at line 24 of file SetEnvelopeCommand.h.
Referenced by GetSymbol().