Version: 0.6.0

#include <propertypages.h>

Inheritance diagram for wxGISGDALConfPropertyPage:
Collaboration diagram for wxGISGDALConfPropertyPage:

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("GDAL_conf_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 Types

enum  { ID_PPCTRL = wxID_HIGHEST + 1 }
 

Protected Member Functions

wxPGProperty * AppendProperty (wxPGProperty *pProp)
 
wxPGProperty * AppendProperty (wxPGProperty *pid, wxPGProperty *pProp)
 

Protected Attributes

wxGISApplicationBasem_pApp
 
wxPropertyGrid * m_pg
 

Detailed Description

The GDAL Configuration Options property page.

Library:  wxGISFramework

Member Function Documentation

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
applicationThe main app pointer
parentThe parent window pointer
idThe window ID
posThe window position
sizeThe window size
styleThe window style
nameThe 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