X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXCCalendarManipulator.h;h=81fd20a95eb5f45739dd021e98165d0e5a0bd61b;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=1a69bc110dcbc1975df45513bc65a55522eb6521;hpb=fb61a8df39e632cce6dfd8b421f410f041a25760;p=xestiacalendar%2F.git diff --git a/source/widgets/XCCalendarManipulator.h b/source/widgets/XCCalendarManipulator.h index 1a69bc1..81fd20a 100644 --- a/source/widgets/XCCalendarManipulator.h +++ b/source/widgets/XCCalendarManipulator.h @@ -1,14 +1,14 @@ // XCCalendarManipulator.h - Xestia Calendar XCCalendarManipulator header file. // -// (c) 2016 Xestia Software Development. +// (c) 2016-2017 Xestia Software Development. // // This file is part of Xestia Calendar. // -// Xestia Address Book is free software: you can redistribute it and/or modify +// Xestia Calendar is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, version 3 of the license. // -// Xestia Address Book is distributed in the hope that it will be useful, +// Xestia Calendar is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. @@ -20,6 +20,7 @@ #define __WIDGETS_XCCALENDARMANIPULATOR_H__ #include +#include #include #include @@ -65,6 +66,8 @@ class XCCalendarManipulator: public wxPanel ~XCCalendarManipulator(); int GetMonth(); int GetYear(); + std::vector GetHiddenAccountsList(); + std::vector GetHiddenCalendarsList(); DECLARE_EVENT_TABLE()