HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
Declare Global Objects. More...
#include "Batches.h"
#include "Storage.h"
#include "KeyValue.h"
#include "Documents.h"
#include "File.h"
#include "Database.h"
#include "Notifications.h"
#include "Language.h"
#include <vector>
#include <string>
Go to the source code of this file.
Functions | |
std::string | l (std::string Text) |
A Helper Function For HK_Language. More... | |
HK_Database | Database (HATCHKEEPER_DATA+"HatchKeeper.db") |
Variables | |
std::string | HATCHKEEPER_DATA = "./.HatchKeeper_Data_90/" |
HK_Date | Today |
HK_Info | Info |
HK_KeyValue | Settings |
HK_Storage | Breeds |
HK_Storage | Types |
HK_Storage | Schedules |
HK_Storage | Remind |
HK_Storage | Groups |
HK_Notifications | Notify |
HK_Batches | Batches |
HK_Documents | ExportImport |
HK_File | Files |
HK_Language | Language |
vector< string > | BackupName |
HK_Database Database | ( | HATCHKEEPER_DATA+"HatchKeeper.db" | ) |
std::string l | ( | std::string | Text | ) |
A Helper Function For HK_Language.
HK_Batches Batches |
HK_Storage Breeds |
HK_Documents ExportImport |
HK_Storage Groups |
HK_Language Language |
HK_Notifications Notify |
HK_Storage Remind |
HK_Storage Schedules |
HK_KeyValue Settings |
HK_Storage Types |