#include <gptoolboxview.h>


Public Member Functions | |
| wxAxToolboxView (wxWindow *parent, wxWindowID id=TOOLVIEWCTRLID, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) | |
| 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")) |
| virtual bool | Activate (IApplication *const pApplication, wxXmlNode *const pConf) |
| virtual void | Deactivate (void) |
Public Member Functions inherited from wxGxView | |
| virtual wxString | GetViewName (void) const |
| virtual wxIcon | GetViewIcon (void) |
| virtual void | SetViewIcon (wxIcon Icon) |
| virtual void | Refresh (void) |
| virtual bool | Applies (wxGxSelection *const Selection) |
| virtual void | BeginRename (long nObjectID=wxNOT_FOUND) |
| virtual void | OnShow (bool bShow) |
Protected Attributes | |
| wxGISApplicationBase * | m_pApp |
| wxGxToolboxTreeView * | m_pGxToolboxView |
Protected Attributes inherited from wxGxView | |
| wxString | m_sViewName |
| wxXmlNode * | m_pXmlConf |
| wxIcon | m_Icon |
The class wxAxToolboxView is the dockable windown in wxGISCatalog, wxGISMap, etc. which host the wxGxToolboxTreeView view with tabs - geoprocessing tools tree, executed tool list, etc.