#include <tablepropertypage.h>
Public Member Functions | |
wxGISTablePropertyPage (wxGxTable *pGxDataset, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("Table")) | |
virtual bool | Create (wxGxTable *pGxDataset, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("Table")) |
virtual wxString | GetPageName (void) |
wxPGProperty * | AppendProperty (wxPGProperty *pProp) |
wxPGProperty * | AppendProperty (wxPGProperty *pid, wxPGProperty *pProp) |
wxPGProperty * | AppendMetadataProperty (wxString sMeta) |
void | FillGrid (void) |
void | FillLayerDef (OGRLayer *poLayer, int iLayer, CPLString soPath) |
Protected Attributes | |
wxGISTable * | m_pDataset |
wxGxTable * | m_pGxDataset |
wxPropertyGrid * | m_pg |
long | m_nCounter |
The tab of table properties.