#include <ContentManager.hpp>
List of all members.
Detailed Description
Definition at line 20 of file ContentManager.hpp.
Constructor & Destructor Documentation
| yap::ContentManager::ContentManager |
( |
const Path & |
rootPath | ) |
|
|
private |
| yap::ContentManager::~ContentManager |
( |
| ) |
|
|
private |
Member Function Documentation
| const Path & yap::ContentManager::GetContentPath |
( |
| ) |
const |
| void yap::ContentManager::Init |
( |
const Path & |
rootPath | ) |
|
| sf::Font & yap::ContentManager::LoadFont |
( |
const String & |
name | ) |
|
| sf::Image & yap::ContentManager::LoadImage |
( |
const String & |
name | ) |
|
| sf::Music & yap::ContentManager::LoadMusic |
( |
const String & |
name | ) |
|
| sf::SoundBuffer & yap::ContentManager::LoadSoundBuffer |
( |
const String & |
name | ) |
|
| sf::Texture & yap::ContentManager::LoadTexture |
( |
const String & |
name | ) |
|
| void yap::ContentManager::SetFontPath |
( |
const Path & |
path | ) |
|
| void yap::ContentManager::SetImagePath |
( |
const Path & |
path | ) |
|
| void yap::ContentManager::SetMusicPath |
( |
const Path & |
path | ) |
|
| void yap::ContentManager::SetSoundBufferPath |
( |
const Path & |
path | ) |
|
| void yap::ContentManager::SetTexturePath |
( |
const Path & |
path | ) |
|
| void yap::ContentManager::UnloadFont |
( |
const String & |
name | ) |
|
| void yap::ContentManager::UnloadImage |
( |
const String & |
name | ) |
|
| void yap::ContentManager::UnloadMusic |
( |
const String & |
name | ) |
|
| void yap::ContentManager::UnloadSoundBuffer |
( |
const String & |
name | ) |
|
| void yap::ContentManager::UnloadTexture |
( |
const String & |
name | ) |
|
Member Data Documentation
| const String yap::ContentManager::DEFAULT_DATA_RESOURCE_FILE_EXTENSION = ".xml" |
|
staticprivate |
| const Path yap::ContentManager::DEFAULT_FONT_PATH = Path ("Font/") |
|
staticprivate |
| const Path yap::ContentManager::DEFAULT_IMAGE_PATH = Path ("Image/") |
|
staticprivate |
| const Path yap::ContentManager::DEFAULT_MUSIC_PATH = Path ("Sound/") |
|
staticprivate |
| const Path yap::ContentManager::DEFAULT_ROOT_PATH = Path ("Content/") |
|
staticprivate |
| const Path yap::ContentManager::DEFAULT_SOUND_BUFFER_PATH = Path ("Sound/") |
|
staticprivate |
| const Path yap::ContentManager::DEFAULT_TEXTURE_PATH = Path ("Image/") |
|
staticprivate |
| Path yap::ContentManager::fontPath_ |
|
private |
| Path yap::ContentManager::imagePath_ |
|
private |
| Path yap::ContentManager::musicPath_ |
|
private |
| Path yap::ContentManager::rootPath_ |
|
private |
| Path yap::ContentManager::soundBufferPath_ |
|
private |
| Path yap::ContentManager::texturePath_ |
|
private |
The documentation for this class was generated from the following files: