X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXCEventMenu.h;h=02662f21a731cb907099b8f7763d154715085256;hb=0c16b6458c0fdc03b94288c17d7a685b95f122fc;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: