xoreos  0.0.5
Functions | Variables
Version Namespace Reference

Functions

const char * getProjectName ()
 
const char * getProjectVersion ()
 
const char * getProjectNameVersion ()
 
const char * getProjectNameVersionFull ()
 
const char * getProjectURL ()
 
const char * getProjectAuthors ()
 

Variables

static const char * kProjectName = "xoreos"
 
static const char * kProjectVersion = "0.0.5"
 
static const char * kProjectNameVersion = "xoreos" " " "0.0.5" "+" "unk"
 
static const char * kProjectNameVersionFull = "xoreos" " " "0.0.5" "+" "unk" " [" "unknown" "] (" __DATE__ " " __TIME__ ")"
 
static const char * kProjectURL = "https://xoreos.org/"
 
static const char * kProjectAuthors
 

Function Documentation

◆ getProjectAuthors()

const char * Version::getProjectAuthors ( )

Definition at line 104 of file version.cpp.

References kProjectAuthors.

Referenced by displayVersion().

Here is the caller graph for this function:

◆ getProjectName()

const char * Version::getProjectName ( )

Definition at line 84 of file version.cpp.

References kProjectName.

Referenced by Engines::GameThread::init().

Here is the caller graph for this function:

◆ getProjectNameVersion()

const char * Version::getProjectNameVersion ( )

◆ getProjectNameVersionFull()

const char * Version::getProjectNameVersionFull ( )

Definition at line 96 of file version.cpp.

References kProjectNameVersionFull.

Referenced by displayVersion(), and Common::DebugManager::openLogFile().

Here is the caller graph for this function:

◆ getProjectURL()

const char * Version::getProjectURL ( )

Definition at line 100 of file version.cpp.

References kProjectURL.

Referenced by displayVersion().

Here is the caller graph for this function:

◆ getProjectVersion()

const char * Version::getProjectVersion ( )

Definition at line 88 of file version.cpp.

References kProjectVersion.

Variable Documentation

◆ kProjectAuthors

const char* Version::kProjectAuthors
static
Initial value:
=
"Copyright (c) 2010-2018 by the xoreos team.\n"
"Please see the AUTHORS file for details.\n"
"\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

Definition at line 77 of file version.cpp.

Referenced by getProjectAuthors().

◆ kProjectName

const char* Version::kProjectName = "xoreos"
static

Definition at line 70 of file version.cpp.

Referenced by getProjectName().

◆ kProjectNameVersion

const char* Version::kProjectNameVersion = "xoreos" " " "0.0.5" "+" "unk"
static

Definition at line 72 of file version.cpp.

Referenced by getProjectNameVersion().

◆ kProjectNameVersionFull

const char* Version::kProjectNameVersionFull = "xoreos" " " "0.0.5" "+" "unk" " [" "unknown" "] (" __DATE__ " " __TIME__ ")"
static

Definition at line 73 of file version.cpp.

Referenced by getProjectNameVersionFull().

◆ kProjectURL

const char* Version::kProjectURL = "https://xoreos.org/"
static

Definition at line 75 of file version.cpp.

Referenced by getProjectURL().

◆ kProjectVersion

const char* Version::kProjectVersion = "0.0.5"
static

Definition at line 71 of file version.cpp.

Referenced by getProjectVersion().