X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXCCalendarListAccountCtrl.h;h=b5ad9b09f1566a7f1205c3c9cb54088b033d56e4;hb=cba151c4b833a26c63984769f921bab5e755decd;hp=da782bb3cc38e93bb131cd8b34dfa6748634bc3f;hpb=baa27c175ee6111fd4b88a3c53614a9b6be3541e;p=xestiacalendar%2F.git diff --git a/source/widgets/XCCalendarListAccountCtrl.h b/source/widgets/XCCalendarListAccountCtrl.h index da782bb..b5ad9b0 100644 --- a/source/widgets/XCCalendarListAccountCtrl.h +++ b/source/widgets/XCCalendarListAccountCtrl.h @@ -1,6 +1,6 @@ // XCCalendarListAccountCtrl.h - XCCalendarListAccountCtrl class header // -// (c) 2016 Xestia Software Development. +// (c) 2016-2017 Xestia Software Development. // // This file is part of Xestia Calendar. // @@ -38,6 +38,7 @@ class XCCalendarListAccountCtrl: public wxPanel{ protected: std::vector calendarControlList; int accountID = 0; + int accountPreferencesID = 0; AccountType accountType = ACCOUNTTYPE_UNKNOWN; std::string accountName = ""; bool showAccounts = true; @@ -50,6 +51,8 @@ class XCCalendarListAccountCtrl: public wxPanel{ wxCheckBoxState GetShowCheckboxState(); int GetAccountID(); void SetAccountID(int accountID); + void SetAccountPreferencesID(int accountID); + void SetCheckBoxValue(wxCheckBoxState newValue); std::vector GetHiddenCalendarList(); DECLARE_EVENT_TABLE();