X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXCCalendarList.h;h=75bc9e8cd77750929a57ee0efbe90b72bd288103;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=7dbb093042457816c6db3c652a5566ad99487cf5;hpb=339434b90a0a03c3102b82a5dc45334b338bc59c;p=xestiacalendar%2F.git diff --git a/source/widgets/XCCalendarList.h b/source/widgets/XCCalendarList.h index 7dbb093..75bc9e8 100644 --- a/source/widgets/XCCalendarList.h +++ b/source/widgets/XCCalendarList.h @@ -1,6 +1,6 @@ // XCCalendarList.h - Xestia Calendar XCCalendarList header file. // -// (c) 2016 Xestia Software Development. +// (c) 2016-2017 Xestia Software Development. // // This file is part of Xestia Calendar. // @@ -41,13 +41,16 @@ class XCCalendarList: public wxPopupTransientWindow wxScrolledWindow *scwMain = nullptr; wxBoxSizer *szrScrolled = nullptr; std::vector accountControlList; + std::string checksumUpdate = ""; protected: - public: XCCalendarList(wxWindow *parent); - void UpdateCalendarList(CalendarDataStorage *dataStorage); ~XCCalendarList(); + void UpdateCalendarList(CalendarDataStorage *dataStorage); + std::vector GetHiddenAccountsList(); + std::vector GetHiddenCalendarsList(); + }; #endif