#include <external/RadixEngine/include/radix/data/screen/XmlScreenLoader.hpp>
Inherits radix::XmlLoader.
|
static std::shared_ptr< Screen > | loadScreen (const std::string &path) |
|
static bool | loadText (tinyxml2::XMLHandle &rootHandle, std::vector< Text > *text) |
|
Screen & radix::XmlScreenLoader::getScreen |
( |
const std::string & |
path | ) |
|
|
static |
std::shared_ptr< Screen > radix::XmlScreenLoader::loadScreen |
( |
const std::string & |
path | ) |
|
|
staticprivate |
bool radix::XmlScreenLoader::loadText |
( |
tinyxml2::XMLHandle & |
rootHandle, |
|
|
std::vector< Text > * |
text |
|
) |
| |
|
staticprivate |
const std::string radix::XmlScreenLoader::MODULE_NAME = "XmlScreenLoader" |
|
staticprivate |
std::map< std::string, std::shared_ptr< Screen > > radix::XmlScreenLoader::screenCache = { } |
|
staticprivate |
The documentation for this class was generated from the following files: