Public Member Functions | |
| wxPackageBuildDlg () | |
| Constructors. | |
| wxPackageBuildDlg (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEBUILDDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEBUILDDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEBUILDDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEBUILDDLG_SIZE, long style=SYMBOL_WXPACKAGEBUILDDLG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEBUILDDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEBUILDDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEBUILDDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEBUILDDLG_SIZE, long style=SYMBOL_WXPACKAGEBUILDDLG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnPageChanged (wxNotebookEvent &) |
| void | OnOK (wxCommandEvent &) |
| void | SetPackage (const wxPackage &p) |
| wxPackage | GetPackage () const |
| bool | IsSelectedBuildOptPage () const |
| bool | IsSelectedCompilerPage () const |
Protected Attributes | |
| wxExtCmdOptionsPanel * | m_pBuildOptPanel |
| our internal options panel | |
| wxCompilerSettingsPanel * | m_pCompilerPanel |
| the build system panel dialog | |
| wxNotebook * | m_pNotebook |
| the notebook used by this panel | |
| wxStaticText * | m_pDescLabel |
| The informative static text above the compiler panel. | |
| wxPackageCompilerFormat | m_last |
Definition at line 49 of file builddlg.h.
1.5.1-p1