Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
62b986b9cc418f39fb99edc6328adf1ab3f4dd89
[xestiacalendar/.git] / source / widgets / XCCalendarMonthView.h
1 // XCCalendarDayEntry.cpp - Xestia Calendar XCCalendarMonthView widget class.
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_XCCALENDARMONTHVIEW_H__
20 #define __WIDGETS_XCCALENDARMONTHVIEW_H__
22 #include <vector>
23 #include <wx/wx.h>
25 #include "../common/colour.h"
26 #include "../common/text.h"
27 #include "../common/events.h"
28 #include "../common/monthviewgen.h"
30 #include "XCCalendarMonthView.h"
31 #include "XCCalendarMonthViewDayTitle.h"
32 #include "XCCalendarDay.h"
34 class XCCalendarDay;
36 class XCCalendarMonthView: public wxPanel
37 {
38         
39         private:
40                 wxFlexGridSizer *WindowSizer = new wxFlexGridSizer(0, 7, 1, 1);
41                 vector<XCCalendarDay*> CalendarDayList;
42                 wxStaticText *NumberText = nullptr;
43                 XCCalendarMonthViewDayTitle *MondayText = nullptr;
44                 XCCalendarMonthViewDayTitle *TuesdayText = nullptr;
45                 XCCalendarMonthViewDayTitle *WednesdayText = nullptr;
46                 XCCalendarMonthViewDayTitle *ThursdayText = nullptr;
47                 XCCalendarMonthViewDayTitle *FridayText = nullptr;
48                 XCCalendarMonthViewDayTitle *SaturdayText = nullptr;
49                 XCCalendarMonthViewDayTitle *SundayText = nullptr;
50                 void ProcessGrid(XCCalendarMonthViewGrid *grid);
51         
52                 void Repaint();
53         
54         public:
55                 XCCalendarMonthView(wxWindow *parent, const wxString& title, const wxPoint& pos, const wxSize& size, XCCalendarMonthViewGrid *grid);
56                 XCCalendarMonthView(XCCalendarMonthViewGrid *grid);
57                 ~XCCalendarMonthView();
58         
59                 void PaintFrameEvent(wxPaintEvent &PaintEvent);
60                 void ResizeFrameEvent(wxSizeEvent &SizeEvent);
61                 void DeselectOthersEvent(wxCommandEvent &DeselectEvent);
62         
63         DECLARE_EVENT_TABLE()
64         
65 };
67 #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