Public Member Functions | |
Application (const String &resourceDirectoryName, const String &cacheDirectoryName="cache") | |
virtual | ~Application () |
virtual String | className () const |
ref< Universe > | universe () |
ref< VFileSystem > | filesystem () |
void | displayHeader (const String &appName="") |
virtual bool | isSameKindAs (const Object &) const |
Static Public Member Functions | |
Application * | getInstance () |
String | getShortName () |
String | getLongName () |
String | getVersion () |
Static Public Attributes | |
const Int | versionMajor = 0 |
const Int | versionMinor = 4 |
const Int | versionSubMinor = 4 |
|
|
|
|
|
return the name of the object's class type. Must be defined by derived classes. Implements base::Object. Definition at line 49 of file Application. References base::String. |
|
|
|
Definition at line 58 of file Application. |
|
Definition at line 51 of file Application. References Assertm. |
|
Definition at line 65 of file Application. References base::String. |
|
Definition at line 64 of file Application. References base::String. |
|
Definition at line 66 of file Application. References base::intToString(), base::String, versionMajor, versionMinor, and versionSubMinor. |
|
|
|
Definition at line 57 of file Application. |
|
Definition at line 60 of file Application. Referenced by getVersion(). |
|
Definition at line 61 of file Application. Referenced by getVersion(). |
|
Definition at line 62 of file Application. Referenced by getVersion(). |