#include <propertypages.h>
|
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("GDAL_conf_Panel")) |
| A Create function. More...
|
|
virtual wxString | GetPageName (void) |
|
virtual void | Apply (void) |
| Executed when OK is pressed.
|
|
virtual | ~IPropertyPage (void) |
| A destructor.
|
|
|
enum | { ID_PPCTRL = wxID_HIGHEST + 1
} |
|
|
wxPGProperty * | AppendProperty (wxPGProperty *pProp) |
|
wxPGProperty * | AppendProperty (wxPGProperty *pid, wxPGProperty *pProp) |
|
The GDAL Configuration Options property page.
bool wxGISGDALConfPropertyPage::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("GDAL_conf_Panel") |
|
) |
| |
|
virtual |
A Create function.
- Parameters
-
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 |
- Returns
- true if creation is success, otherwize false
The PropertyPage is two step creating.
Implements IPropertyPage.
The documentation for this class was generated from the following files:
- /home/bishop/work/projects/nextgismanager/include/wxgis/framework/propertypages.h
- /home/bishop/work/projects/nextgismanager/src/framework/propertypages.cpp