Public Member Functions | |
wxExtCmdOptionsPanel () | |
Constructors. | |
wxExtCmdOptionsPanel (wxWindow *parent, wxWindowID id=SYMBOL_WXEXTCMDOPTIONSPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXEXTCMDOPTIONSPANEL_POSITION, const wxSize &size=SYMBOL_WXEXTCMDOPTIONSPANEL_SIZE, long style=SYMBOL_WXEXTCMDOPTIONSPANEL_STYLE, const wxString &name=SYMBOL_WXEXTCMDOPTIONSPANEL_NAME) | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXEXTCMDOPTIONSPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXEXTCMDOPTIONSPANEL_POSITION, const wxSize &size=SYMBOL_WXEXTCMDOPTIONSPANEL_SIZE, long style=SYMBOL_WXEXTCMDOPTIONSPANEL_STYLE, const wxString &name=SYMBOL_WXEXTCMDOPTIONSPANEL_NAME) |
Creation. | |
void | CreateControls () |
Creates the controls and sizers. | |
void | OnOptionChanged (wxCommandEvent &ev) |
void | OnTargetChanged (wxCommandEvent &ev) |
void | OnWxBuildChanged (wxCommandEvent &ev) |
void | OnOnlyChanged (wxCommandEvent &ev) |
void | OnReset (wxCommandEvent &ev) |
void | OnEditWxBuild (wxCommandEvent &ev) |
void | OnUpdateUI (wxUpdateUIEvent &ev) |
void | SetPackage (const wxPackage &p, wxPackageBuildSystemStage stage) |
Sets the array of commands (options) which will be modified by the user. | |
const wxPackage & | GetPackage () const |
wxPackage & | GetPackage () |
wxPackageBuildSystemStage | GetPackageBuildSystemStage () const |
void | UpdateCommands () |
bool | TransferDataFromWindow () |
wxPackageCommandOptionArray & | GetOptions () |
void | RefreshOptions () |
void | SelectWxBuild (size_t sel) |
void | InitWxBuildList () |
Protected Attributes | |
wxOptionEditorCtrl * | m_pOptionsList |
wxCommandListBox * | m_pCommandList |
wxChoice * | m_pSelBuild |
wxChoice * | m_pTargetList |
wxStaticText * | m_pLabel1 |
wxStaticText * | m_pLabel2 |
wxCheckBox * | m_pOnlyChangedBox |
wxPackage | m_pkg |
wxPackageBuildSystemStage | m_stage |
wxPackageCommandArray | m_cmd |
The cached array of *valid* commands for the m_pkg already substituted. | |
int | m_selWxBuild |
Definition at line 57 of file extcmdoptionspanel.h.
wxPackageCommandOptionArray& wxExtCmdOptionsPanel::GetOptions | ( | ) | [inline] |
Returns the user-edited command option array. Note that this function can be called only when the panel has been created and not destroyed yet.
Definition at line 116 of file extcmdoptionspanel.h.
References wxOptionEditorCtrl::GetOptions(), and m_pOptionsList.