X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fwidgets%2FXCEventMenu.h;h=02662f21a731cb907099b8f7763d154715085256;hp=a02a01d2ae93a04310ee60107720248a364558ee;hb=401fd2eee6047f72fdaf811bbcc3924409a4fb9d;hpb=6028a1fc2134c5d1fe9c0147381cf81c4a0ef126 diff --git a/source/widgets/XCEventMenu.h b/source/widgets/XCEventMenu.h index a02a01d..02662f2 100644 --- a/source/widgets/XCEventMenu.h +++ b/source/widgets/XCEventMenu.h @@ -45,17 +45,18 @@ class XCEventMenuADT : public wxMenu class XCEventMenu : public XCEventMenuADT { private: - std::map MenuItems = {}; - wxWindow *WindowPtr = NULL; - bool EnableAccountSettings = FALSE; - bool SearchModeOnly = FALSE; + std::map menuItems = {}; + wxWindow *windowPtr = NULL; + bool enableAccountSettings = FALSE; + bool searchModeOnly = FALSE; + int calendarID = 0; + int eventID = 0; void AppendMenuItem(wxString ObjectName, wxString MenuName, wxString MenuDescription, XCEventMenuID ItemID, wxItemKind ItemType); - int calendarID = 0; - int eventID = 0; + protected: void ProcessMenuItemClick(wxCommandEvent& event); public: