Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

PG_Info Namespace Reference

Paragui Library related functions. More...


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)"


Detailed Description

Paragui Library related functions.

This namespace contains functions returning Paragui specific information. Note that this is information about the Paragui Project itself such as the versioning information.


Function Documentation

const std::string & PG_Info::GetHomepage  ) 
 

Get the URL of the ParaGUI homepage.

Returns:
hompage URL

Definition at line 43 of file paragui.cpp.

References Homepage.

Referenced by PrintInfo().

const std::string & PG_Info::GetLicence  ) 
 

Get ParaGUI's licence information.

Returns:
licence information string

Definition at line 47 of file paragui.cpp.

References Licence.

Referenced by PrintInfo().

const std::string & PG_Info::GetVersion  ) 
 

Get the current version of ParaGUI.

Returns:
version information

Definition at line 39 of file paragui.cpp.

References Version.

Referenced by PrintInfo().

void PG_Info::PrintInfo  ) 
 

Log all information to the console.

Definition at line 51 of file paragui.cpp.

References GetHomepage(), GetLicence(), GetVersion(), and PG_LogMSG().


Variable Documentation

std::string PG_Info::Homepage = "http://www.paragui.org" [static]
 

Definition at line 36 of file paragui.cpp.

Referenced by GetHomepage().

std::string PG_Info::Licence = "LGPL (Lesser General Public Licence)" [static]
 

Definition at line 37 of file paragui.cpp.

Referenced by GetLicence().

std::string PG_Info::Version = "1.1.9" [static]
 

Definition at line 35 of file paragui.cpp.

Referenced by GetVersion().


Generated on Tue Jun 24 02:22:58 2008 for Advanced Strategic Command by  doxygen 1.4.2