Public Member Functions | |
| wxCompilerSettingsPanel () | |
| Constructors. | |
| wxCompilerSettingsPanel (wxWindow *parent, wxWindowID id=SYMBOL_WXCOMPILERSETTINGSPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXCOMPILERSETTINGSPANEL_POSITION, const wxSize &size=SYMBOL_WXCOMPILERSETTINGSPANEL_SIZE, long style=SYMBOL_WXCOMPILERSETTINGSPANEL_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXCOMPILERSETTINGSPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXCOMPILERSETTINGSPANEL_POSITION, const wxSize &size=SYMBOL_WXCOMPILERSETTINGSPANEL_SIZE, long style=SYMBOL_WXCOMPILERSETTINGSPANEL_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| bool | ShowToolTips () |
| void | OnCompilerChanged (wxCommandEvent &) |
| void | OnAutodetect (wxCommandEvent &) |
| void | OnAddNewPath (wxCommandEvent &ev) |
| void | OnRemovePath (wxCommandEvent &ev) |
| void | OnEditPath (wxCommandEvent &) |
| void | OnOpenPath (wxCommandEvent &) |
| void | OnUpdateUI (wxUpdateUIEvent &) |
| void | UpdatePathList () |
| void | UpdatePackageCompiler () |
| void | UpdateCompilerSettingsPaths () |
| void | UpdateNotes () |
| wxPackage & | GetPackage () |
| wxPackageCompilerFormat | GetSelCompilerFormat () const |
| void | InitAsGlobal () |
| void | SetPackage (const wxPackage &) |
Static Public Member Functions | |
| static void | InteractiveAutodetectPathsFor (wxPackageCompilerFormat f) |
| Interactively detects paths for the given format. | |
Protected Member Functions | |
| wxString | GetCompilerUserFriendlyName (wxPackageCompilerFormat f) |
Static Protected Member Functions | |
| static bool | AutodetectMSVC () |
| static bool | AutodetectBCC () |
| static bool | AutodetectMinGW () |
| static bool | AutodetectWatcom () |
Protected Attributes | |
| wxChoice * | m_pCompilerChoice |
| wxListBox * | m_pPathList |
| wxTextCtrl * | m_pNotes |
| wxPackage | m_pkg |
Definition at line 59 of file compilerpanel.h.
1.5.1-p1