23 #include "wxgis/catalogui/catalogui.h"
24 #include "wxgis/catalog/gxdataset.h"
25 #include "wxgis/datasource/table.h"
27 #include "wx/propgrid/propgrid.h"
42 ID_PPCTRL = wxID_HIGHEST + 4502
47 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"));
49 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"));
50 virtual wxString GetPageName(
void){
return wxString(_(
"Table"));};
51 wxPGProperty* AppendProperty(wxPGProperty* pProp);
52 wxPGProperty* AppendProperty(wxPGProperty* pid, wxPGProperty* pProp);
53 wxPGProperty* AppendMetadataProperty(wxString sMeta);
55 void FillLayerDef(OGRLayer *poLayer,
int iLayer, CPLString soPath);
Definition: gxdataset.h:124
Definition: tablepropertypage.h:36