xoreos
0.0.5
|
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 |
const char * Version::getProjectAuthors | ( | ) |
Definition at line 104 of file version.cpp.
References kProjectAuthors.
Referenced by displayVersion().
const char * Version::getProjectName | ( | ) |
Definition at line 84 of file version.cpp.
References kProjectName.
Referenced by Engines::GameThread::init().
const char * Version::getProjectNameVersion | ( | ) |
Definition at line 92 of file version.cpp.
References kProjectNameVersion.
Referenced by Engines::NWN::IngameMainMenu::initWidget(), Engines::NWN::OptionsMenu::initWidget(), Engines::KotOR::OptionsMenu::OptionsMenu(), Graphics::WindowManager::setWindowTitle(), and Graphics::WindowManager::WindowManager().
const char * Version::getProjectNameVersionFull | ( | ) |
Definition at line 96 of file version.cpp.
References kProjectNameVersionFull.
Referenced by displayVersion(), and Common::DebugManager::openLogFile().
const char * Version::getProjectURL | ( | ) |
Definition at line 100 of file version.cpp.
References kProjectURL.
Referenced by displayVersion().
const char * Version::getProjectVersion | ( | ) |
Definition at line 88 of file version.cpp.
References kProjectVersion.
|
static |
Definition at line 77 of file version.cpp.
Referenced by getProjectAuthors().
|
static |
Definition at line 70 of file version.cpp.
Referenced by getProjectName().
|
static |
Definition at line 72 of file version.cpp.
Referenced by getProjectNameVersion().
|
static |
Definition at line 73 of file version.cpp.
Referenced by getProjectNameVersionFull().
|
static |
Definition at line 75 of file version.cpp.
Referenced by getProjectURL().
|
static |
Definition at line 71 of file version.cpp.
Referenced by getProjectVersion().