|
| wxGxTableView (wxWindow *parent, wxWindowID id=TABLECTRLID, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) |
|
virtual bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("TableView")) |
|
virtual bool | Activate (IApplication *const pApplication, wxXmlNode *const pConf) |
|
virtual void | Deactivate (void) |
|
virtual bool | Applies (wxGxSelection *const Selection) |
|
virtual void | OnSelectionChanged (wxGxSelectionEvent &event) |
|
| wxGISTableView (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxSTATIC_BORDER|wxTAB_TRAVERSAL) |
|
bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxSTATIC_BORDER|wxTAB_TRAVERSAL, const wxString &name=wxT("GISTableView")) |
|
virtual void | SetTable (wxGridTableBase *table, bool takeOwnership=false, wxGrid::wxGridSelectionModes selmode=wxGrid::wxGridSelectCells) |
|
virtual wxGridTableBase * | GetTable (void) const |
|
virtual void | SetReadOnly (bool bIsReadOnly) |
|
void | OnSelectCell (wxGridEvent &event) |
|
void | OnBtnFirst (wxCommandEvent &event) |
|
void | OnBtnNext (wxCommandEvent &event) |
|
void | OnBtnPrev (wxCommandEvent &event) |
|
void | OnBtnLast (wxCommandEvent &event) |
|
void | OnSetPos (wxCommandEvent &event) |
|
void | OnEncodingSelect (wxCommandEvent &event) |
|
virtual wxString | GetViewName (void) const |
|
virtual wxIcon | GetViewIcon (void) |
|
virtual void | SetViewIcon (wxIcon Icon) |
|
virtual void | Refresh (void) |
|
virtual void | BeginRename (long nObjectID=wxNOT_FOUND) |
|
virtual void | OnShow (bool bShow) |
|