24 #ifdef __WXOSX_COCOA__
26 std::string
HATCHKEEPER_DATA = data.GetHomeDir().ToStdString() +
"/.HatchKeeper_Data_90/";
29 #ifndef __WXOSX_COCOA__
52 std::string
l(std::string Text) {
58 #ifdef __SHOW_UNTRANSLATED__
59 if(Translated == Text)
60 std::cout<<
"Log: Untranslated String: "<<Text<<std::endl;
Declare HK_Batches Class Methods.
vector< string > BackupName
std::string HATCHKEEPER_DATA
HK_Database Database(HATCHKEEPER_DATA+"HatchKeeper.db")
std::string l(std::string Text)
A Helper Function For HK_Language.
HK_Documents ExportImport
Declares HK_Documents Class.
Declares HK_KeyValue And Derivative Classes.
Declare HK_Notifications.
A Class For Managing Mulitple HK_Batch Objects.
A Wrapper For The Sqlite3 Database.
A Class For Managing Dates.
A Class For Generating/Manipulating HKBF, iCal, Reports And Other Documents.
Simple Platform Independent File Management Functions.
Version And Other Information For HatchKeeper.
A Key and Value Type Storage.
Allows The App To Show Different Languages.
std::string GetLanguage()
Returns What The Translated Language Is.
std::string Translate(std::string Text)
The Actual Translate Function This function checks Text against the base languages strings,...
Class For Managing Notifications In Database.
A Class For Storing Values.