![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <GameData.hpp>
Static Public Member Functions | |
| static void | Init (const yap::String &configurationFileName) |
| static const yap::String & | RemoteIPAddress () |
| static const yap::Vector2 & | WindowSize () |
| static const yap::Vector2 & | Resolution () |
| static const yap::String & | ContentPath () |
| static const yap::String & | TexturePath () |
| static const yap::String & | FontPath () |
| static const yap::String & | MusicPath () |
| static const yap::String & | SoundPath () |
Private Member Functions | |
| DISALLOW_COPY (GameData) | |
| GameData () | |
| ~GameData () | |
Static Private Member Functions | |
| static GameData & | Instance () |
Static Private Attributes | |
| static const yap::String | DEFAULT_CONFIGURATION_FILE_ROOT_NODE_NAME = "Configuration" |
| static const yap::String | DEFAULT_REMOTE_IP_ADDRESS = "localhost" |
| static const yap::Vector2 | DEFAULT_WINDOW_SIZE = yap::Vector2 (800, 600) |
| static const yap::Vector2 | DEFAULT_RESOLUTION = yap::Vector2 (800, 600) |
| static const yap::String | DEFAULT_CONTENT_PATH = "Content" |
| static const yap::String | DEFAULT_TEXTURE_PATH = "Texture" |
| static const yap::String | DEFAULT_FONT_PATH = "Font" |
| static const yap::String | DEFAULT_MUSIC_PATH = "Music" |
| static const yap::String | DEFAULT_SOUND_PATH = "Sound" |
Friends | |
| class | ConfigurationReader |
Definition at line 10 of file GameData.hpp.
|
private |
Definition at line 24 of file GameData.cpp.
|
private |
Definition at line 36 of file GameData.cpp.
|
static |
Definition at line 84 of file GameData.cpp.
|
private |
|
static |
Definition at line 94 of file GameData.cpp.
|
static |
Definition at line 47 of file GameData.cpp.
|
staticprivate |
|
static |
Definition at line 99 of file GameData.cpp.
|
static |
Definition at line 69 of file GameData.cpp.
|
static |
Definition at line 79 of file GameData.cpp.
|
static |
Definition at line 104 of file GameData.cpp.
|
static |
Definition at line 89 of file GameData.cpp.
|
static |
Definition at line 74 of file GameData.cpp.
|
friend |
Definition at line 12 of file GameData.hpp.
|
private |
Definition at line 56 of file GameData.hpp.
|
staticprivate |
Definition at line 38 of file GameData.hpp.
|
staticprivate |
Definition at line 45 of file GameData.hpp.
|
staticprivate |
Definition at line 47 of file GameData.hpp.
|
staticprivate |
Definition at line 48 of file GameData.hpp.
|
staticprivate |
Definition at line 40 of file GameData.hpp.
|
staticprivate |
Definition at line 43 of file GameData.hpp.
|
staticprivate |
Definition at line 49 of file GameData.hpp.
|
staticprivate |
Definition at line 46 of file GameData.hpp.
|
staticprivate |
Definition at line 42 of file GameData.hpp.
|
private |
Definition at line 58 of file GameData.hpp.
|
private |
Definition at line 59 of file GameData.hpp.
|
private |
Definition at line 51 of file GameData.hpp.
|
private |
Definition at line 54 of file GameData.hpp.
|
private |
Definition at line 60 of file GameData.hpp.
|
private |
Definition at line 57 of file GameData.hpp.
|
private |
Definition at line 53 of file GameData.hpp.