Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
macOS: Implemented macOS specific paths and variable name fixes
[xestiacalendar/.git] / source / widgets / XCCalendarManipulator.h
1 // XCCalendarManipulator.h - Xestia Calendar XCCalendarManipulator header file.
2 //
3 // (c) 2016-2017 Xestia Software Development.
4 //
5 // This file is part of Xestia Calendar.
6 //
7 // Xestia Calendar 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 Calendar 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 #if defined(WIN32) || defined(__APPLE__)
31 #include "../forms/calendarselectmonth/frmCalendarSelectMonth.h"
32 #else
33 #include "XCCalendarMonthSelect.h"
34 #endif
35 #include "XCCalendarList.h"
36 #include "../bitmaps.h"
37 #include "../libraries/CalendarDataStorage/CalendarDataStorage.h"
39 class XCCalendarManipulator: public wxPanel
40 {
42         private:
43                 wxBoxSizer *szrMain = nullptr;
44                 wxBoxSizer *szrNavigation = nullptr;
45                 wxPanel *pnlMain = nullptr;
46                 wxButton *previousButton = nullptr;
47                 wxButton *nextButton = nullptr;
48                 wxButton *calendarsButton = nullptr;
49                 wxButton *dateButton = nullptr;
50 #if defined(WIN32) || defined(__APPLE__)
51                 frmCalendarSelectMonth *moo = nullptr;
52 #else
53                 XCCalendarMonthSelect *moo = nullptr;
54 #endif
55                 XCCalendarList *calendarList = nullptr;
56                 CalendarDataStorage *dataStorage = nullptr;
57                 int month = 0;
58                 int year = 2016;
59                 wxBitmap nextIconBitmap;
60                 wxBitmap previousIconBitmap;
61                 wxBitmap calendarsIconBitmap;
62 #if defined(__APPLE__)
63         bool calendarListShow = false;
64 #endif
65         
66                 void UpdateDateButtonText();
67         protected:
68                 void ButtonMouseover(wxMouseEvent &event);
69                 void ButtonMouseout(wxMouseEvent &event);
70                 void DateTextClick(wxCommandEvent &event);
71                 void ChangeGrid(wxCommandEvent &event);
72                 void NextMonth(wxCommandEvent &event);
73                 void PreviousMonth(wxCommandEvent &event);
74                 void ShowCalendarsList(wxCommandEvent &event);
75         public:
76                 XCCalendarManipulator(wxWindow* parent, const wxString& title, const wxPoint& pos, const wxSize& size, CalendarDataStorage *dataStorage);
77                 ~XCCalendarManipulator();
78                 int GetMonth();
79                 int GetYear();
80                 std::vector<int> GetHiddenAccountsList();
81                 std::vector<int> GetHiddenCalendarsList();
82         
83 };
85 #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