LogoSearch packages:      

Sourcecode: audacity version File versions

BatchCommandDialog Class Reference

List of all members.


Detailed Description

Provides a list of configurable commands for use with BatchCommands.

Provides a list of commands, mostly effects, which can be chained together in a simple linear sequence. Can configure parameters on each selected command.

Definition at line 39 of file BatchCommandDialog.h.


Public Member Functions

 BatchCommandDialog (wxWindow *parent, wxWindowID id)
void SetCommandAndParams (const wxString &Command, const wxString &Params)

Public Attributes

wxString mSelectedCommand
wxString mSelectedParameters

Private Member Functions

int GetSelectedItem ()
void OnCancel (wxCommandEvent &event)
void OnChoice (wxCommandEvent &event)
void OnEditParams (wxCommandEvent &event)
void OnItemSelected (wxListEvent &event)
void OnOk (wxCommandEvent &event)
void Populate ()
void PopulateCommandList ()
void PopulateOrExchange (ShuttleGui &S)
void ValidateChoices ()

Private Attributes

wxListCtrl * mChoices
wxTextCtrl * mCommand
wxButton * mEditParams
wxTextCtrl * mParameters

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

Generated by  Doxygen 1.5.1   Back to index