HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
Declare.h File Reference

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
 

Detailed Description

Declare Global Objects.

Date
01/28/2020
Author
mill-j

Definition in file Declare.h.

Function Documentation

◆ Database()

HK_Database Database ( HATCHKEEPER_DATA+"HatchKeeper.db"  )

◆ l()

std::string l ( std::string  Text)

A Helper Function For HK_Language.

Definition at line 52 of file Declare.h.

Variable Documentation

◆ BackupName

vector<string> BackupName

Definition at line 66 of file Declare.h.

◆ Batches

HK_Batches Batches

Definition at line 44 of file Declare.h.

◆ Breeds

HK_Storage Breeds

Definition at line 37 of file Declare.h.

◆ ExportImport

HK_Documents ExportImport

Definition at line 46 of file Declare.h.

◆ Files

HK_File Files

Definition at line 47 of file Declare.h.

◆ Groups

HK_Storage Groups

Definition at line 41 of file Declare.h.

◆ HATCHKEEPER_DATA

std::string HATCHKEEPER_DATA = "./.HatchKeeper_Data_90/"

Definition at line 30 of file Declare.h.

◆ Info

HK_Info Info

Definition at line 34 of file Declare.h.

◆ Language

HK_Language Language

Definition at line 49 of file Declare.h.

◆ Notify

Definition at line 42 of file Declare.h.

◆ Remind

HK_Storage Remind

Definition at line 40 of file Declare.h.

◆ Schedules

HK_Storage Schedules

Definition at line 39 of file Declare.h.

◆ Settings

HK_KeyValue Settings

Definition at line 36 of file Declare.h.

◆ Today

HK_Date Today

Definition at line 33 of file Declare.h.

◆ Types

HK_Storage Types

Definition at line 38 of file Declare.h.