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 |