Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
5bdf7ed84170efd7ea61482200ffb1330cf2db02
[xestiacalendar/.git] / source / widgets / XCCalendarDay.h
1 // XCCalendarDay.h - Xestia Calendar XCCalendarDay 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_XCCALENDARDAY_H__
20 #define __WIDGETS_XCCALENDARDAY_H__
22 #include <wx/wx.h>
23 #include <wx/dcbuffer.h>
24 #include <wx/mstream.h>
25 #include <vector>
27 #include "XCCalendarDayEntry.h"
28 #include "XCCalendarMonthView.h"
29 #include "../common/events.h"
30 #include "../bitmaps.h"
32 #include "../libraries/CalendarDataStorage/CalendarDataStorage.h"
33 class XCCalendarMonthView;
35 class XCCalendarDay: public wxPanel
36 {
37         private:
38                 XCCalendarMonthView *MonthViewPointer = nullptr;
39                 wxFlexGridSizer *WindowSizer = new wxFlexGridSizer(2, 1, 0, 0);
40                 wxBoxSizer *TopSectionSizer = new wxBoxSizer(wxHORIZONTAL);
41                 wxBoxSizer *MainSectionSizer = new wxBoxSizer(wxVERTICAL);
42                 wxBoxSizer *EventListFrameSizer = new wxBoxSizer(wxVERTICAL);
43                 wxStaticBitmap *HighPriorityIcon = new wxStaticBitmap(this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize(32,32), 0);
44                 wxStaticBitmap *AlertIcon = new wxStaticBitmap(this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize(32,32), 0);
45                 wxBitmap AlertIconBitmap;
46                 wxBitmap PriorityIconBitmap;
47                 wxStaticText *NumberText = nullptr;
48                 wxScrolledWindow *EventListFrame = new wxScrolledWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxVSCROLL);
49                 int CalendarEntrySeekNumber = 0;
50                 int calendarDay = 0;
51                 int calendarMonth = 0;
52                 int calendarYear = 0;
53                 bool IsInMonth = false;
54         
55                 vector<XCCalendarDayEntry*> CalendarEntryList;
56         
57                 void Repaint();
58         
59         public:
60                 XCCalendarDay(wxWindow *parent, const wxString& title, const wxPoint& pos, const wxSize& size);
61                 ~XCCalendarDay();
62                 void PaintFrameEvent(wxPaintEvent &PaintEvent);
63                 void ResizeFrameEvent(wxSizeEvent &SizeEvent);
64                 void DeselectOthersEvent(wxCommandEvent &DeselectEvent);
65                 void DeselectAllEvent(wxCommandEvent &DeselectEvent);
66                 void UpdateTopIcons();
67                 void SetupControl(int SetupDay, int SetupMonth, int SetupYear, bool SetupIsInMonth, XCCalendarMonthView *MonthViewPointer, CalendarDataStorage *dataStorage);
68         
69         DECLARE_EVENT_TABLE()
71 };
73 #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