#include <gxpropertypages.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("General_Panel")) |
A Create function. More... | |
virtual wxString | GetPageName (void) |
virtual void | Apply (void) |
Executed when OK is pressed. | |
Public Member Functions inherited from IPropertyPage | |
virtual | ~IPropertyPage (void) |
A destructor. | |
Protected Attributes | |
wxGISCheckList * | m_pRootItems |
wxGISCheckList * | m_pFactoryItems |
wxButton * | m_button2 |
wxButton * | m_button3 |
wxCheckBox * | m_checkBoxHideExt |
wxCheckBox * | m_checkBoxLast |
wxCheckBox * | m_checkBoxHidden |
wxGxCatalogUI * | m_pCatalog |
The catalog application propeties.
|
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.