23 #include "wxgis/geoprocessingui/geoprocessingui.h"
24 #include "wxgis/catalogui/gxview.h"
25 #include "wxgis/catalogui/gxtreeview.h"
29 #include "wx/aui/aui.h"
44 wxGxToolboxTreeView(wxWindow* parent, wxWindowID
id = TREECTRLID,
long style = wxTR_HAS_BUTTONS | wxTR_TWIST_BUTTONS | wxBORDER_NONE | wxTR_EDIT_LABELS);
47 virtual bool Activate(
IApplication*
const pApplication, wxXmlNode*
const pConf);
48 virtual void UpdateGxSelection(
void);
64 wxAxToolboxView(wxWindow* parent, wxWindowID
id = TOOLVIEWCTRLID,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize);
67 virtual bool Create(wxWindow* parent, wxWindowID
id = TOOLVIEWCTRLID,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxAUI_NB_BOTTOM | wxNO_BORDER | wxAUI_NB_TAB_MOVE,
const wxString& name = wxT(
"ToolboxView"));
68 virtual bool Activate(
IApplication*
const pApplication, wxXmlNode*
const pConf);
69 virtual void Deactivate(
void);
Definition: applicationbase.h:65
The tree view in Catalog.
Definition: gxtreeview.h:121