Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
frmUpdate: Implemented code from Xestia Address Book
[xestiacalendar/.git] / source / forms / main / frmMain.h
index 8e27797..5dd5ec3 100644 (file)
@@ -6,13 +6,44 @@
 Subclass of frmMainADT, which is generated by wxFormBuilder.
 */
 
+#include <map>
+#include <sys/types.h>
+#include <dirent.h>
+#include <wx/dir.h>
+
 #include "../../AppXestiaCalendar.h"
 
+#include "../about/frmAbout.h"
+#include "../update/frmUpdate.h"
+
+#include "../../widgets/XCCalendarCtrl.h"
+#include "../../libraries/CalendarDataStorage/CalendarDataStorage.h"
+#include "../../objects/calendarlist/CalendarList.h"
+#include "events.h"
+#include "preferences.h"
+#include "dirs.h"
+
 //// end generated include
 
 /** Implementing frmMainADT */
 class frmMain : public frmMainADT
 {
+       
+       private:
+               XCCalendarCtrl *mainCalendarCtrl = nullptr;
+               XCCalendarMonthView *monthViewCtrl = nullptr;
+               XCALPreferences *preferences = nullptr;
+               CalendarDataStorage calendarData;
+       
+       protected:
+               void QuitApp( wxCloseEvent& event );
+               void QuitApp( wxCommandEvent& event );
+               void QuitApp();
+               void ShowUpdateWindow( wxCommandEvent& event );
+               void ShowAboutWindow( wxCommandEvent& event );
+               void LoadAccountData();
+
+       
        public:
                /** Constructor */
                frmMain( wxWindow* parent );
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