Functions | |
| DECLSPEC const std::string & | GetVersion () |
| Get the current version of ParaGUI. | |
| DECLSPEC const std::string & | GetHomepage () |
| Get the URL of the ParaGUI homepage. | |
| DECLSPEC const std::string & | GetLicence () |
| Get ParaGUI's licence information. | |
| DECLSPEC void | PrintInfo () |
| Log all information to the console. | |
Variables | |
| static std::string | Version = "1.1.9" |
| static std::string | Homepage = "http://www.paragui.org" |
| static std::string | Licence = "LGPL (Lesser General Public Licence)" |
This namespace contains functions returning Paragui specific information. Note that this is information about the Paragui Project itself such as the versioning information.
|
|
Get the URL of the ParaGUI homepage.
Definition at line 43 of file paragui.cpp. References Homepage. Referenced by PrintInfo(). |
|
|
Get ParaGUI's licence information.
Definition at line 47 of file paragui.cpp. References Licence. Referenced by PrintInfo(). |
|
|
Get the current version of ParaGUI.
Definition at line 39 of file paragui.cpp. References Version. Referenced by PrintInfo(). |
|
|
Log all information to the console.
Definition at line 51 of file paragui.cpp. References GetHomepage(), GetLicence(), GetVersion(), and PG_LogMSG(). |
|
|
Definition at line 36 of file paragui.cpp. Referenced by GetHomepage(). |
|
|
Definition at line 37 of file paragui.cpp. Referenced by GetLicence(). |
|
|
Definition at line 35 of file paragui.cpp. Referenced by GetVersion(). |
1.4.2