Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
widgets: Widget controls updated
[xestiacalendar/.git] / source / widgets / XCCalendarListAccountCtrl.cpp
index 5674da7..46d0e36 100644 (file)
@@ -126,6 +126,12 @@ void XCCalendarListAccountCtrl::SetAccountID(int accountID){
        
 }
 
+void XCCalendarListAccountCtrl::SetAccountPreferencesID(int accountID){
+       
+       this->accountPreferencesID = accountPreferencesID;
+       
+}
+
 vector<int> XCCalendarListAccountCtrl::GetHiddenCalendarList(){
        
        vector<int> calendarList;
@@ -143,4 +149,16 @@ vector<int> XCCalendarListAccountCtrl::GetHiddenCalendarList(){
        
        return calendarList;
        
+}
+
+void XCCalendarListAccountCtrl::SetCheckBoxValue(wxCheckBoxState newValue){
+       
+       if (newValue == wxCHK_CHECKED){
+               showAccounts = true;
+       } else {
+               showAccounts = false;           
+       }
+       
+       chkShowAll->SetValue(newValue);
+       
 }
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy