LogoSearch packages:      

Sourcecode: audacity version File versions

BatchCommands Class Reference

List of all members.


Detailed Description

Maintains the chain of commands used in batch processing. See also BatchCommandDialog and BatchProcessDialog.

Definition at line 22 of file BatchCommands.h.


Public Member Functions

void AbortBatch ()
bool AddChain (const wxString &chain)
void AddToChain (const wxString &command, const wxString &params, int before=-1)
void AddToChain (const wxString &command, int before=-1)
bool ApplyChain (const wxString &filename=wxT(""))
bool ApplyCommand (const wxString command, const wxString params)
bool ApplyCommandInBatchMode (const wxString &command, const wxString &params)
bool ApplyEffectCommand (Effect *f, const wxString command, const wxString params)
bool ApplyMenuCommand (const wxString command, const wxString params)
bool ApplySpecialCommand (int iCommand, const wxString command, const wxString params)
bool DeleteChain (const wxString &name)
void DeleteFromChain (int index)
wxString GetCommand (int index)
int GetCount ()
double GetEndTime ()
wxArrayString GetNames ()
wxString GetParams (int index)
bool IsFixed (const wxString &name)
bool IsMono ()
wxString Join (const wxString &command, const wxString &param)
bool ReadChain (const wxString &chain)
bool RenameChain (const wxString &oldchain, const wxString &newchain)
bool ReportAndSkip (const wxString command, const wxString params)
void ResetChain ()
void RestoreChain (const wxString &name)
void SetCleanSpeechChain ()
void SetWavToMp3Chain ()
void Split (const wxString &str, wxString &command, wxString &param)
bool WriteChain (const wxString &chain)
bool WriteMp3File (const wxString Name, int bitrate)

Static Public Member Functions

static wxArrayString GetAllCommands ()
static wxString GetCurrentParamsFor (wxString command)
static EffectGetEffectFromCommandName (wxString command)
static bool PromptForParamsFor (wxString command)
static bool SetCurrentParametersFor (Effect *f, const wxString command, const wxString params)

Public Attributes

bool mAbort
wxArrayString mCommandChain
Exporter mExporter
wxString mFileName
wxArrayString mParamsChain

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

Generated by  Doxygen 1.5.1   Back to index