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 ¶ms, 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 ¶ms) |
| 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 ¶m) |
| 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 ¶m) |
| 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 Effect * | GetEffectFromCommandName (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 |