X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fwidgets%2FXCCalendarListCalendarCtrl.h;h=3463f94e26aef48fcb186090d1012dc6c191af00;hp=9df84cdc686e74d7a63921fa6de4150956263143;hb=baa27c175ee6111fd4b88a3c53614a9b6be3541e;hpb=e79afea4cd8930a1ebbdda0e3543dd0a89e45b34 diff --git a/source/widgets/XCCalendarListCalendarCtrl.h b/source/widgets/XCCalendarListCalendarCtrl.h index 9df84cd..3463f94 100644 --- a/source/widgets/XCCalendarListCalendarCtrl.h +++ b/source/widgets/XCCalendarListCalendarCtrl.h @@ -25,6 +25,7 @@ #include "types.h" #include "colour.h" +#include "events.h" class XCCalendarListCalendarCtrl: public wxPanel{ @@ -38,9 +39,13 @@ class XCCalendarListCalendarCtrl: public wxPanel{ int calendarID = 0; std::string calendarName = ""; bool showCalendar = true; + void ShowAllCheckboxClick( wxMouseEvent &mouseEvent ); public: XCCalendarListCalendarCtrl(wxWindow* parent, string calendarName, Colour calendarColour); ~XCCalendarListCalendarCtrl(); + wxCheckBoxState GetShowCheckboxState(); + int GetCalendarID(); + void SetCalendarID(int calendarID); };