#include <version.h>
Public Member Functions | |
| Version () | |
| UnsignedInt | getVersionNumber (void) |
| Return a 4-byte integer suitable for WOLAPI. | |
| AsciiString | getAsciiVersion (void) |
| Return a human-readable version number. | |
| UnicodeString | getUnicodeVersion (void) |
| Return a human-readable version number. | |
| UnicodeString | getFullUnicodeVersion (void) |
| Return a human-readable version number. | |
| AsciiString | getAsciiBuildTime (void) |
| Return a formated date/time string for build time. | |
| UnicodeString | getUnicodeBuildTime (void) |
| Return a formated date/time string for build time. | |
| AsciiString | getAsciiBuildLocation (void) |
| Return a string with the build location. | |
| UnicodeString | getUnicodeBuildLocation (void) |
| Return a string with the build location. | |
| AsciiString | getAsciiBuildUser (void) |
| Return a string with the build user. | |
| UnicodeString | getUnicodeBuildUser (void) |
| Return a string with the build user. | |
| Bool | showFullVersion (void) |
| void | setShowFullVersion (Bool val) |
| void | setVersion (Int major, Int minor, Int buildNum, Int localBuildNum, AsciiString user, AsciiString location, AsciiString buildTime, AsciiString buildDate) |
| Set version info. | |
The Version class formats the version number into integer and string values for different parts of the game.
| Version::Version | ( | ) |
Definition at line 36 of file version.cpp.
| AsciiString Version::getAsciiBuildLocation | ( | void | ) |
Return a string with the build location.
Definition at line 153 of file version.cpp.
| AsciiString Version::getAsciiBuildTime | ( | void | ) |
Return a formated date/time string for build time.
Definition at line 132 of file version.cpp.
| AsciiString Version::getAsciiBuildUser | ( | void | ) |
Return a string with the build user.
Definition at line 169 of file version.cpp.
| AsciiString Version::getAsciiVersion | ( | void | ) |
Return a human-readable version number.
Definition at line 70 of file version.cpp.
| UnicodeString Version::getFullUnicodeVersion | ( | void | ) |
Return a human-readable version number.
Definition at line 111 of file version.cpp.
| UnicodeString Version::getUnicodeBuildLocation | ( | void | ) |
Return a string with the build location.
Definition at line 158 of file version.cpp.
| UnicodeString Version::getUnicodeBuildTime | ( | void | ) |
Return a formated date/time string for build time.
Definition at line 140 of file version.cpp.
| UnicodeString Version::getUnicodeBuildUser | ( | void | ) |
Return a string with the build user.
Definition at line 174 of file version.cpp.
| UnicodeString Version::getUnicodeVersion | ( | void | ) |
Return a human-readable version number.
Definition at line 86 of file version.cpp.
| UnsignedInt Version::getVersionNumber | ( | void | ) |
Return a 4-byte integer suitable for WOLAPI.
Definition at line 65 of file version.cpp.
| void Version::setVersion | ( | Int | major, |
| Int | minor, | ||
| Int | buildNum, | ||
| Int | localBuildNum, | ||
| AsciiString | user, | ||
| AsciiString | location, | ||
| AsciiString | buildTime, | ||
| AsciiString | buildDate ) |
Set version info.
Definition at line 51 of file version.cpp.