#include <propertypages.h>


Public Member Functions | |
| virtual bool | Create (wxGISApplicationBase *application, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("Misc_Panel")) |
| A Create function. More... | |
| virtual wxString | GetPageName (void) |
| virtual void | Apply (void) |
| Executed when OK is pressed. | |
| void | OnOpenLocPath (wxCommandEvent &event) |
| void | OnOpenSysPath (wxCommandEvent &event) |
| void | OnOpenLogPath (wxCommandEvent &event) |
Public Member Functions inherited from IPropertyPage | |
| virtual | ~IPropertyPage (void) |
| A destructor. | |
Protected Types | |
| enum | { ID_LOCPATH = wxID_HIGHEST + 1, ID_OPENLOCPATH, ID_LANGCHOICE, ID_SYSPATH, ID_OPENSYSPATH, ID_LOGPATH, ID_OPENLOGPATH, ID_SSTIMEOUT } |
Protected Member Functions | |
| virtual void | FillLangArray (wxString sPath) |
Protected Attributes | |
| wxStaticText * | m_staticText1 |
| wxTextCtrl * | m_LocalePath |
| wxBitmapButton * | m_bpOpenLocPath |
| wxStaticText * | m_staticText2 |
| wxChoice * | m_LangChoice |
| wxStaticText * | m_staticText3 |
| wxTextCtrl * | m_SysPath |
| wxBitmapButton * | m_bpOpenSysPath |
| wxStaticText * | m_staticText4 |
| wxTextCtrl * | m_LogPath |
| wxBitmapButton * | m_bpOpenLogPath |
| wxCheckBox * | m_checkDebug |
| wxCheckBox * | m_checkShowSS |
| wxStaticBitmap * | m_bitmapwarn |
| wxStaticText * | m_staticTextWarn |
| wxStaticLine * | m_staticline |
| wxTextCtrl * | m_Timeout |
| wxGISApplicationBase * | m_pApp |
| wxArrayString | m_aLangs |
| wxArrayString | m_aLangsDesc |
| wxImageList | m_ImageList |
| int | m_nTimeout |
The miscellaneous property page.
|
virtual |
A Create function.
| application | The main app pointer |
| parent | The parent window pointer |
| id | The window ID |
| pos | The window position |
| size | The window size |
| style | The window style |
| name | The window name |
The PropertyPage is two step creating.
Implements IPropertyPage.