#include <gxtabview.h>
Public Member Functions | |
wxGxTabView (wxWindow *parent, wxWindowID id=TABCTRLID, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) | |
virtual bool | Create (wxWindow *parent, wxWindowID id=TABCTRLID, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_FULL_REPAINT_ON_RESIZE|wxCLIP_CHILDREN, const wxString &name=wxT("TabView")) |
virtual bool | Activate (IApplication *const application, wxXmlNode *const pConf) |
virtual void | Deactivate (void) |
virtual void | OnAUINotebookPageChanged (wxAuiNotebookEvent &event) |
virtual void | OnSelectionChanged (wxGxSelectionEvent &event) |
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 | |
wxVector< wxGxTab * > | m_Tabs |
long | m_ConnectionPointSelectionCookie |
wxGxSelection * | m_pSelection |
wxGxApplication * | m_pApp |
Protected Attributes inherited from wxGxView | |
wxString | m_sViewName |
wxXmlNode * | m_pXmlConf |
wxIcon | m_Icon |
The tab view class.