Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
frmMain: Implemented code to hide/show calendar entries
[xestiacalendar/.git] / source / widgets / XCCalendarManipulator.h
1 // XCCalendarManipulator.h - Xestia Calendar XCCalendarManipulator 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_XCCALENDARMANIPULATOR_H__
20 #define __WIDGETS_XCCALENDARMANIPULATOR_H__
22 #include <string>
23 #include <vector>
25 #include <wx/wx.h>
26 #include <wx/dcbuffer.h>
27 #include <wx/mstream.h>
29 #include "events.h"
30 #include "XCCalendarMonthSelect.h"
31 #include "XCCalendarList.h"
32 #include "../bitmaps.h"
33 #include "../libraries/CalendarDataStorage/CalendarDataStorage.h"
35 class XCCalendarManipulator: public wxPanel
36 {
38         private:
39                 wxBoxSizer *szrMain = nullptr;
40                 wxBoxSizer *szrNavigation = nullptr;
41                 wxPanel *pnlMain = nullptr;
42                 wxButton *PreviousButton = nullptr;
43                 wxButton *NextButton = nullptr;
44                 wxButton *CalendarsButton = nullptr;
45                 wxButton *DateButton = nullptr;
46                 XCCalendarMonthSelect *Moo = nullptr;
47                 XCCalendarList *calendarList = nullptr;
48                 CalendarDataStorage *dataStorage = nullptr;
49                 int Month = 0;
50                 int Year = 2016;
51                 wxBitmap NextIconBitmap;
52                 wxBitmap PreviousIconBitmap;
53                 wxBitmap CalendarsIconBitmap;
54         
55                 void UpdateDateButtonText();
56         protected:
57                 void DateTextMouseover(wxMouseEvent &event);
58                 void DateTextMouseout(wxMouseEvent &event);
59                 void DateTextClick(wxCommandEvent &event);
60                 void ChangeGrid(wxCommandEvent &event);
61                 void NextMonth(wxCommandEvent &event);
62                 void PreviousMonth(wxCommandEvent &event);
63                 void ShowCalendarsList(wxCommandEvent &event);
64         public:
65                 XCCalendarManipulator(wxWindow* parent, const wxString& title, const wxPoint& pos, const wxSize& size, CalendarDataStorage *dataStorage);
66                 ~XCCalendarManipulator();
67                 int GetMonth();
68                 int GetYear();
69                 std::vector<int> GetHiddenAccountsList();
70                 std::vector<int> GetHiddenCalendarsList();
71         
72         DECLARE_EVENT_TABLE()
73         
74 };
76 #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