HatchKeeper  0.90
The Free Open-Source Egg Incubation Software
HK_Info Class Reference

Version And Other Information For HatchKeeper. More...

#include <Info.h>

Public Member Functions

std::string GetValidChars ()
 Returns Chars That Are Allowed In Text Controls. More...
 
std::string GetVersion ()
 Returns The Version Of HatchKeeper. More...
 
std::string GetPlatform ()
 Returns The Platform For HatchKeeper. More...
 
std::string GetCopyright ()
 Returns Copyright Info. More...
 

Private Attributes

const std::string HK_Platform = "Desktop"
 
const std::string HK_ValidChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 -_,."
 
const std::string HK_Copyright = "(C) 2017 - 2023 by The HatchKeeper Team"
 

Detailed Description

Version And Other Information For HatchKeeper.

Since
03/18/2020
Todo:
Add Credits, License, Help And More.

Definition at line 21 of file Info.h.

Member Function Documentation

◆ GetCopyright()

std::string HK_Info::GetCopyright ( )

Returns Copyright Info.

Definition at line 21 of file HK_Info.cpp.

◆ GetPlatform()

std::string HK_Info::GetPlatform ( )

Returns The Platform For HatchKeeper.

Definition at line 18 of file HK_Info.cpp.

◆ GetValidChars()

std::string HK_Info::GetValidChars ( )

Returns Chars That Are Allowed In Text Controls.

Definition at line 12 of file HK_Info.cpp.

◆ GetVersion()

std::string HK_Info::GetVersion ( )

Returns The Version Of HatchKeeper.

Definition at line 15 of file HK_Info.cpp.

Member Data Documentation

◆ HK_Copyright

const std::string HK_Info::HK_Copyright = "(C) 2017 - 2023 by The HatchKeeper Team"
private

Definition at line 26 of file Info.h.

◆ HK_Platform

const std::string HK_Info::HK_Platform = "Desktop"
private

Definition at line 24 of file Info.h.

◆ HK_ValidChars

const std::string HK_Info::HK_ValidChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 -_,."
private

Definition at line 25 of file Info.h.


The documentation for this class was generated from the following files: