#include <propertypages.h>
Public Member Functions | |
virtual | ~IPropertyPage (void) |
A destructor. | |
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("panel"))=0 |
A Create function. More... | |
virtual wxString | GetPageName (void)=0 |
virtual void | Apply (void)=0 |
Executed when OK is pressed. | |
A IPropertyPage interface class for property pages in options dialogs. This is base class for property page in options dialog.
|
pure 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.
Implemented in wxGISGDALConfPropertyPage, wxGISMiscPropertyPage, and wxGISCatalogGeneralPropertyPage.