Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
widgets: Updated and added widgets
[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 #include <string>
21 #include <wx/wx.h>
22 #include <wx/dcbuffer.h>
23 #include <wx/mstream.h>
25 #include "events.h"
26 #include "XCCalendarMonthSelect.h"
27 #include "../bitmaps.h"
29 class XCCalendarManipulator: public wxPanel
30 {
32         private:
33                 wxBoxSizer *szrMain = nullptr;
34                 wxBoxSizer *szrNavigation = nullptr;
35                 wxPanel *pnlMain = nullptr;
36                 wxButton *PreviousButton = nullptr;
37                 wxButton *NextButton = nullptr;
38                 wxButton *DateButton = nullptr;
39                 XCCalendarMonthSelect *Moo = nullptr;
40                 int Month = 0;
41                 int Year = 2016;
42                 wxBitmap NextIconBitmap;
43                 wxBitmap PreviousIconBitmap;
44         
45                 void UpdateDateButtonText();
46         protected:
47                 void DateTextMouseover(wxMouseEvent &event);
48                 void DateTextMouseout(wxMouseEvent &event);
49                 void DateTextClick(wxCommandEvent &event);
50                 void ChangeGrid(wxCommandEvent &event);
51                 void NextMonth(wxCommandEvent &event);
52                 void PreviousMonth(wxCommandEvent &event);
53         public:
54                 XCCalendarManipulator(wxWindow* parent, const wxString& title, const wxPoint& pos, const wxSize& size);
55                 ~XCCalendarManipulator();
56                 int GetMonth();
57                 int GetYear();
58         
59         DECLARE_EVENT_TABLE()
60         
61 };
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