Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
widgets: Widget controls updated
[xestiacalendar/.git] / source / widgets / XCCalendarCtrl.h
1 // XCCalendarCtrl.h - Xestia Calendar XCCalendarCtrl widget class header file.
2 //
3 // (c) 2016 Xestia Software Development.
4 //
5 // This file is part of Xestia Calendar.
6 //
7 // Xestia Address Book is free software: you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by the
9 // Free Software Foundation, version 3 of the license.
10 //
11 // Xestia Address Book is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License along
17 // with Xestia Calendar. If not, see <http://www.gnu.org/licenses/>
19 #ifndef __WIDGETS_XCCALENDARCTRL_H__
20 #define __WIDGETS_XCCALENDARCTRL_H__
22 #include <wx/wx.h>
23 #include <vector>
25 #include "structs.h"
26 #include "events.h"
28 #include "XCCalendarMonthView.h"
29 #include "XCCalendarManipulator.h"
31 #include "../common/monthviewgen.h"
32 #include "../libraries/CalendarDataStorage/CalendarDataStorage.h"
34 class XCCalendarCtrl: public wxPanel
35 {
36         
37         private:
38                 XCCalendarMonthView *MonthViewCtrl = nullptr;
39                 XCCalendarManipulator *ManipulatorCtrl = nullptr;
40                 wxFlexGridSizer *szrMain = nullptr;
41                 CalendarDataStorage *calendarStorage = nullptr;
42         
43         protected:
44                 void UpdateGrid(wxCommandEvent &event);
45                 void HideAccountEntries(wxCommandEvent &accountData);
46                 void ShowAccountEntries(wxCommandEvent &accountData);
47                 void HideCalendarEntries(wxCommandEvent &calendarData);
48                 void ShowCalendarEntries(wxCommandEvent &calendarData);
49                 void DeleteCalendarEntries(wxCommandEvent &calendarData);
50                 void DeleteCalendarEntry(wxCommandEvent &eventData);
51                 void AddCalendarEntry(wxCommandEvent &eventData);
52                 void UpdateCalendarEntry(wxCommandEvent &eventData);
53                 void UpdateCalendarColour(wxCommandEvent &colourData);
54         
55         public:
56                 XCCalendarCtrl(wxWindow *parent, CalendarDataStorage *storage);
57                 ~XCCalendarCtrl();
59         
60         DECLARE_EVENT_TABLE()
61         
62 };
64 #endif
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