HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
Holds stuff related to the main window. More...
#include <wx/statline.h>
#include <ctime>
#include <dirent.h>
#include <string>
#include <wx/wx.h>
#include <wx/toolbar.h>
#include <wx/calctrl.h>
#include <wx/spinctrl.h>
#include <wx/choice.h>
#include <wx/datectrl.h>
#include <wx/listctrl.h>
#include <wx/filepicker.h>
#include <wx/splash.h>
#include <wx/generic/calctrlg.h>
#include <wx/panel.h>
#include <wx/notebook.h>
#include <wx/printdlg.h>
#include <wx/html/htmprint.h>
#include <wx/textdlg.h>
#include <wx/notifmsg.h>
#include <wx/generic/notifmsg.h>
#include <wx/clipbrd.h>
#include "./src/GUI/ServerClient.cpp"
#include "./.HatchKeeper_Data_90/Images/hatch.xpm"
#include "headers/Date.h"
#include "headers/Storage.h"
#include "src/GUI/BatchDialog.cpp"
#include "src/GUI/PrefDialog.cpp"
#include "src/GUI/ScheduleDialog.cpp"
#include "src/GUI/ReminderDialog.cpp"
#include "src/GUI/HelpDialog.cpp"
#include "src/GUI/GraphDialog.cpp"
#include "src/GUI/SearchDialog.cpp"
#include "src/GUI/TaskbarIcon.cpp"
Go to the source code of this file.
Classes | |
class | HatchFrame |
The Main Window. More... | |
class | HatchApp |
Variables | |
const int | CALANDAR = 1000 |
const int | TEXT_LOG = 1001 |
const int | TOOLBAR = 1002 |
const int | MAIN_LIST = 1003 |
const int | ON_SORT = 1004 |
const int | ON_GRAPH = 1102 |
const int | ON_CLOSE = 1201 |
const int | ON_SEARCH = 1202 |
const int | TIMER1 = 1305 |
const int | TIMER2 = 1306 |
const int | ON_BATCH = 1103 |
const int | ON_SCH = 1005 |
const int | ON_PREF = 1006 |
const int | ON_REFR = 1007 |
const int | ON_REMIND = 1008 |
const int | ON_ABOUT = 1009 |
const int | ON_IMPORT = 1020 |
const int | ON_QUIT = 1024 |
const int | ON_UPDATE = 1011 |
const int | ON_DELETE = 1012 |
const int | ON_MORE = 1013 |
const int | ON_CALPRN = 1015 |
const int | CAL_CHANGE = 1010 |
const int | HIDE_HATCH = 1016 |
const int | ON_EGG = 1021 |
const int | ON_FERTILE = 1022 |
const int | ON_HATCHED = 1023 |
const int | GR_ADD = 1030 |
const int | GR_DELETE = 1031 |
const int | GR_MORE = 1032 |
const int | GR_COMMENT = 1035 |
const int | ADV_ENABLE = 1050 |
const int | ADV_EGG_COM = 1051 |
const int | ADV_PIP = 1052 |
const int | ADV_FERTILE = 1053 |
const int | ADV_WEIGHT = 1054 |
const int | ADV_DAY_COM = 1055 |
const int | ADV_SAVE_CH = 1057 |
const int | ADV_RES_CH = 1058 |
const int | ADV_RES_DATE = 1059 |
const int | ADV_TAG_CH = 1060 |
int | HatchCondition |
Holds stuff related to the main window.
Definition in file HatchKeeper.h.
const int ADV_DAY_COM = 1055 |
Definition at line 96 of file HatchKeeper.h.
const int ADV_EGG_COM = 1051 |
Definition at line 92 of file HatchKeeper.h.
const int ADV_ENABLE = 1050 |
Definition at line 91 of file HatchKeeper.h.
const int ADV_FERTILE = 1053 |
Definition at line 94 of file HatchKeeper.h.
const int ADV_PIP = 1052 |
Definition at line 93 of file HatchKeeper.h.
const int ADV_RES_CH = 1058 |
Definition at line 98 of file HatchKeeper.h.
const int ADV_RES_DATE = 1059 |
Definition at line 99 of file HatchKeeper.h.
const int ADV_SAVE_CH = 1057 |
Definition at line 97 of file HatchKeeper.h.
const int ADV_TAG_CH = 1060 |
Definition at line 100 of file HatchKeeper.h.
const int ADV_WEIGHT = 1054 |
Definition at line 95 of file HatchKeeper.h.
const int CAL_CHANGE = 1010 |
Definition at line 78 of file HatchKeeper.h.
const int CALANDAR = 1000 |
Definition at line 53 of file HatchKeeper.h.
const int GR_ADD = 1030 |
Definition at line 86 of file HatchKeeper.h.
const int GR_COMMENT = 1035 |
Definition at line 89 of file HatchKeeper.h.
const int GR_DELETE = 1031 |
Definition at line 87 of file HatchKeeper.h.
const int GR_MORE = 1032 |
Definition at line 88 of file HatchKeeper.h.
|
extern |
Definition at line 29 of file HatchKeeper.cpp.
const int HIDE_HATCH = 1016 |
Definition at line 79 of file HatchKeeper.h.
const int MAIN_LIST = 1003 |
Definition at line 56 of file HatchKeeper.h.
const int ON_ABOUT = 1009 |
Definition at line 69 of file HatchKeeper.h.
const int ON_BATCH = 1103 |
Definition at line 64 of file HatchKeeper.h.
const int ON_CALPRN = 1015 |
Definition at line 76 of file HatchKeeper.h.
const int ON_CLOSE = 1201 |
Definition at line 59 of file HatchKeeper.h.
const int ON_DELETE = 1012 |
Definition at line 74 of file HatchKeeper.h.
const int ON_EGG = 1021 |
Definition at line 81 of file HatchKeeper.h.
const int ON_FERTILE = 1022 |
Definition at line 82 of file HatchKeeper.h.
const int ON_GRAPH = 1102 |
Definition at line 58 of file HatchKeeper.h.
const int ON_HATCHED = 1023 |
Definition at line 83 of file HatchKeeper.h.
const int ON_IMPORT = 1020 |
Definition at line 70 of file HatchKeeper.h.
const int ON_MORE = 1013 |
Definition at line 75 of file HatchKeeper.h.
const int ON_PREF = 1006 |
Definition at line 66 of file HatchKeeper.h.
const int ON_QUIT = 1024 |
Definition at line 71 of file HatchKeeper.h.
const int ON_REFR = 1007 |
Definition at line 67 of file HatchKeeper.h.
const int ON_REMIND = 1008 |
Definition at line 68 of file HatchKeeper.h.
const int ON_SCH = 1005 |
Definition at line 65 of file HatchKeeper.h.
const int ON_SEARCH = 1202 |
Definition at line 60 of file HatchKeeper.h.
const int ON_SORT = 1004 |
Definition at line 57 of file HatchKeeper.h.
const int ON_UPDATE = 1011 |
Definition at line 73 of file HatchKeeper.h.
const int TEXT_LOG = 1001 |
Definition at line 54 of file HatchKeeper.h.
const int TIMER1 = 1305 |
Definition at line 61 of file HatchKeeper.h.
const int TIMER2 = 1306 |
Definition at line 62 of file HatchKeeper.h.
const int TOOLBAR = 1002 |
Definition at line 55 of file HatchKeeper.h.