X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXCEventMenu.h;h=02662f21a731cb907099b8f7763d154715085256;hb=e09672385792a1594700f03e06d1293e352dcd83;hp=a02a01d2ae93a04310ee60107720248a364558ee;hpb=cba151c4b833a26c63984769f921bab5e755decd;p=xestiacalendar%2F.git 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: