HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
/home/millj/Documents/1-Code/HatchKeeper/HatchKeeper.h File Reference

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
 

Detailed Description

Holds stuff related to the main window.

Author
mill-j

Definition in file HatchKeeper.h.

Variable Documentation

◆ ADV_DAY_COM

const int ADV_DAY_COM = 1055

Definition at line 96 of file HatchKeeper.h.

◆ ADV_EGG_COM

const int ADV_EGG_COM = 1051

Definition at line 92 of file HatchKeeper.h.

◆ ADV_ENABLE

const int ADV_ENABLE = 1050

Definition at line 91 of file HatchKeeper.h.

◆ ADV_FERTILE

const int ADV_FERTILE = 1053

Definition at line 94 of file HatchKeeper.h.

◆ ADV_PIP

const int ADV_PIP = 1052

Definition at line 93 of file HatchKeeper.h.

◆ ADV_RES_CH

const int ADV_RES_CH = 1058

Definition at line 98 of file HatchKeeper.h.

◆ ADV_RES_DATE

const int ADV_RES_DATE = 1059

Definition at line 99 of file HatchKeeper.h.

◆ ADV_SAVE_CH

const int ADV_SAVE_CH = 1057

Definition at line 97 of file HatchKeeper.h.

◆ ADV_TAG_CH

const int ADV_TAG_CH = 1060

Definition at line 100 of file HatchKeeper.h.

◆ ADV_WEIGHT

const int ADV_WEIGHT = 1054

Definition at line 95 of file HatchKeeper.h.

◆ CAL_CHANGE

const int CAL_CHANGE = 1010

Definition at line 78 of file HatchKeeper.h.

◆ CALANDAR

const int CALANDAR = 1000

Definition at line 53 of file HatchKeeper.h.

◆ GR_ADD

const int GR_ADD = 1030

Definition at line 86 of file HatchKeeper.h.

◆ GR_COMMENT

const int GR_COMMENT = 1035

Definition at line 89 of file HatchKeeper.h.

◆ GR_DELETE

const int GR_DELETE = 1031

Definition at line 87 of file HatchKeeper.h.

◆ GR_MORE

const int GR_MORE = 1032

Definition at line 88 of file HatchKeeper.h.

◆ HatchCondition

int HatchCondition
extern

Definition at line 29 of file HatchKeeper.cpp.

◆ HIDE_HATCH

const int HIDE_HATCH = 1016

Definition at line 79 of file HatchKeeper.h.

◆ MAIN_LIST

const int MAIN_LIST = 1003

Definition at line 56 of file HatchKeeper.h.

◆ ON_ABOUT

const int ON_ABOUT = 1009

Definition at line 69 of file HatchKeeper.h.

◆ ON_BATCH

const int ON_BATCH = 1103

Definition at line 64 of file HatchKeeper.h.

◆ ON_CALPRN

const int ON_CALPRN = 1015

Definition at line 76 of file HatchKeeper.h.

◆ ON_CLOSE

const int ON_CLOSE = 1201

Definition at line 59 of file HatchKeeper.h.

◆ ON_DELETE

const int ON_DELETE = 1012

Definition at line 74 of file HatchKeeper.h.

◆ ON_EGG

const int ON_EGG = 1021

Definition at line 81 of file HatchKeeper.h.

◆ ON_FERTILE

const int ON_FERTILE = 1022

Definition at line 82 of file HatchKeeper.h.

◆ ON_GRAPH

const int ON_GRAPH = 1102

Definition at line 58 of file HatchKeeper.h.

◆ ON_HATCHED

const int ON_HATCHED = 1023

Definition at line 83 of file HatchKeeper.h.

◆ ON_IMPORT

const int ON_IMPORT = 1020

Definition at line 70 of file HatchKeeper.h.

◆ ON_MORE

const int ON_MORE = 1013

Definition at line 75 of file HatchKeeper.h.

◆ ON_PREF

const int ON_PREF = 1006

Definition at line 66 of file HatchKeeper.h.

◆ ON_QUIT

const int ON_QUIT = 1024

Definition at line 71 of file HatchKeeper.h.

◆ ON_REFR

const int ON_REFR = 1007

Definition at line 67 of file HatchKeeper.h.

◆ ON_REMIND

const int ON_REMIND = 1008

Definition at line 68 of file HatchKeeper.h.

◆ ON_SCH

const int ON_SCH = 1005

Definition at line 65 of file HatchKeeper.h.

◆ ON_SEARCH

const int ON_SEARCH = 1202

Definition at line 60 of file HatchKeeper.h.

◆ ON_SORT

const int ON_SORT = 1004

Definition at line 57 of file HatchKeeper.h.

◆ ON_UPDATE

const int ON_UPDATE = 1011

Definition at line 73 of file HatchKeeper.h.

◆ TEXT_LOG

const int TEXT_LOG = 1001

Definition at line 54 of file HatchKeeper.h.

◆ TIMER1

const int TIMER1 = 1305

Definition at line 61 of file HatchKeeper.h.

◆ TIMER2

const int TIMER2 = 1306

Definition at line 62 of file HatchKeeper.h.

◆ TOOLBAR

const int TOOLBAR = 1002

Definition at line 55 of file HatchKeeper.h.