Version: 3.2.2
wxMenu Member List

This is the complete list of members for wxMenu, including all inherited members.

AddFilter(wxEventFilter *filter)wxEvtHandlerstatic
AddPendingEvent(const wxEvent &event)wxEvtHandlervirtual
AllocExclusive()wxObjectprotected
Append(int id, const wxString &item=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL)wxMenu
Append(int id, const wxString &item, wxMenu *subMenu, const wxString &helpString=wxEmptyString)wxMenu
Append(wxMenuItem *menuItem)wxMenu
AppendCheckItem(int id, const wxString &item, const wxString &help=wxEmptyString)wxMenu
AppendRadioItem(int id, const wxString &item, const wxString &help=wxEmptyString)wxMenu
AppendSeparator()wxMenu
AppendSubMenu(wxMenu *submenu, const wxString &text, const wxString &help=wxEmptyString)wxMenu
Attach(wxMenuBar *menubar)wxMenuvirtual
Bind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler
Bind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler
Break()wxMenuvirtual
CallAfter(void(T::*method)(T1,...), T1 x1,...)wxEvtHandler
CallAfter(const T &functor)wxEvtHandler
Check(int id, bool check)wxMenu
CloneRefData(const wxObjectRefData *data) constwxObjectprotectedvirtual
Connect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
Connect(int id, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
Connect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
CreateRefData() constwxObjectprotectedvirtual
Delete(int id)wxMenu
Delete(wxMenuItem *item)wxMenu
DeletePendingEvents()wxEvtHandler
Destroy(int id)wxMenu
Destroy(wxMenuItem *item)wxMenu
Detach()wxMenuvirtual
Disconnect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
Disconnect(int id=wxID_ANY, wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
Disconnect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
Enable(int id, bool enable)wxMenu
FindChildItem(int id, size_t *pos=NULL) constwxMenu
FindItem(const wxString &itemString) constwxMenuvirtual
FindItem(int id, wxMenu **menu=NULL) constwxMenu
FindItemByPosition(size_t position) constwxMenu
GetClassInfo() constwxObjectvirtual
GetClientData() constwxEvtHandler
GetClientObject() constwxEvtHandler
GetEvtHandlerEnabled() constwxEvtHandler
GetHelpString(int id) constwxMenuvirtual
GetInvokingWindow() constwxMenu
GetLabel(int id) constwxMenu
GetLabelText(int id) constwxMenu
GetMenuItemCount() constwxMenu
GetMenuItems()wxMenu
GetMenuItems() constwxMenu
GetNextHandler() constwxEvtHandler
GetParent() constwxMenu
GetPreviousHandler() constwxEvtHandler
GetRefData() constwxObject
GetStyle() constwxMenu
GetTitle() constwxMenu
GetWindow() constwxMenu
Insert(size_t pos, wxMenuItem *menuItem)wxMenu
Insert(size_t pos, int id, const wxString &item=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL)wxMenu
Insert(size_t pos, int id, const wxString &text, wxMenu *submenu, const wxString &help=wxEmptyString)wxMenu
InsertCheckItem(size_t pos, int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu
InsertRadioItem(size_t pos, int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu
InsertSeparator(size_t pos)wxMenu
IsAttached() constwxMenu
IsChecked(int id) constwxMenu
IsEnabled(int id) constwxMenu
IsKindOf(const wxClassInfo *info) constwxObject
IsSameAs(const wxObject &obj) constwxObject
IsUnlinked() constwxEvtHandler
m_refDatawxObjectprotected
MSWCommand(WXUINT param, WXWORD id)wxMenuvirtual
operator delete(void *buf)wxObject
operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject
Prepend(wxMenuItem *item)wxMenu
Prepend(int id, const wxString &item=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL)wxMenu
Prepend(int id, const wxString &text, wxMenu *submenu, const wxString &help=wxEmptyString)wxMenu
PrependCheckItem(int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu
PrependRadioItem(int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu
PrependSeparator()wxMenu
ProcessEvent(wxEvent &event)wxEvtHandlervirtual
ProcessEventLocally(wxEvent &event)wxEvtHandler
ProcessPendingEvents()wxEvtHandler
QueueEvent(wxEvent *event)wxEvtHandlervirtual
Ref(const wxObject &clone)wxObject
Remove(int id)wxMenu
Remove(wxMenuItem *item)wxMenu
RemoveFilter(wxEventFilter *filter)wxEvtHandlerstatic
SafelyProcessEvent(wxEvent &event)wxEvtHandler
SetClientData(void *data)wxEvtHandler
SetClientObject(wxClientData *data)wxEvtHandler
SetEvtHandlerEnabled(bool enabled)wxEvtHandler
SetHelpString(int id, const wxString &helpString)wxMenuvirtual
SetInvokingWindow(wxWindow *win)wxMenu
SetLabel(int id, const wxString &label)wxMenu
SetNextHandler(wxEvtHandler *handler)wxEvtHandlervirtual
SetParent(wxMenu *parent)wxMenu
SetPreviousHandler(wxEvtHandler *handler)wxEvtHandlervirtual
SetRefData(wxObjectRefData *data)wxObject
SetTitle(const wxString &title)wxMenuvirtual
TryAfter(wxEvent &event)wxEvtHandlerprotectedvirtual
TryBefore(wxEvent &event)wxEvtHandlerprotectedvirtual
Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler
Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler
Unlink()wxEvtHandler
UnRef()wxObject
UnShare()wxObject
UpdateUI(wxEvtHandler *source=NULL)wxMenu
wxEvtHandler()wxEvtHandler
wxMenu()wxMenu
wxMenu(long style)wxMenu
wxMenu(const wxString &title, long style=0)wxMenu
wxObject()wxObject
wxObject(const wxObject &other)wxObject
~wxEvtHandler()wxEvtHandlervirtual
~wxMenu()wxMenuvirtual
~wxObject()wxObjectvirtual