#include "paragui.h"
#include <string>
Include dependency graph for pginfo.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | PG_Info |
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. | |
Various version and information related functions.
Definition in file pginfo.h.
|
|
Get the URL of the ParaGUI homepage.
Definition at line 43 of file paragui.cpp. References PG_Info::Homepage. Referenced by PG_Info::PrintInfo(). |
|
|
Get ParaGUI's licence information.
Definition at line 47 of file paragui.cpp. References PG_Info::Licence. Referenced by PG_Info::PrintInfo(). |
|
|
Get the current version of ParaGUI.
Definition at line 39 of file paragui.cpp. References PG_Info::Version. Referenced by PG_Info::PrintInfo(). |
|
|
Log all information to the console.
Definition at line 51 of file paragui.cpp. References PG_Info::GetHomepage(), PG_Info::GetLicence(), PG_Info::GetVersion(), and PG_LogMSG(). |
1.4.2