#include <commandbar.h>
Public Member Functions | |
wxGISCommandBar (const wxString &sName=NONAME, const wxString &sCaption=_("No Caption"), wxGISEnumCommandBars type=enumGISCBNone) | |
virtual void | SetName (const wxString &sName) |
virtual wxString | GetName (void) const |
virtual void | SetCaption (const wxString &sCaption) |
virtual wxString | GetCaption (void) const |
virtual void | SetType (wxGISEnumCommandBars type) |
virtual wxGISEnumCommandBars | GetType (void) |
virtual void | AddCommand (wxGISCommand *pCmd) |
virtual void | AddMenu (wxMenu *pMenu, wxString sName) |
virtual void | RemoveCommand (size_t nIndex) |
virtual void | MoveCommandLeft (size_t nIndex) |
virtual void | MoveCommandRight (size_t nIndex) |
virtual size_t | GetCommandCount (void) |
virtual wxGISCommand * | GetCommand (size_t nIndex) const |
virtual void | Serialize (wxGISApplicationBase *pApp, wxXmlNode *pNode, bool bStore=false) |
Public Member Functions inherited from wxGISPointer | |
virtual wxInt32 | Reference (void) |
virtual wxInt32 | Dereference (void) |
virtual wxInt32 | Release (void) |
Protected Attributes | |
wxCommandPtrArray | m_CommandArray |
wxString | m_sName |
wxString | m_sCaption |
wxGISEnumCommandBars | m_type |
Protected Attributes inherited from wxGISPointer | |
wxInt32 | m_RefCount |
This is base class for application command bars.