47ScenePropertyPresets::ScenePropertyPresets(
const string& pathName,
const string& fileName)
117 delete scenePropertiesPresetEntity;
120 for (
auto propertyModelClass: it->second) {
121 delete propertyModelClass;
135 Console::println(
string(
" ScenePropertyPresets::getInstance(): An error occurred: "));
136 Console::print(
string(exception.what()));
137 Application::exit(1);
146 scene->
addProperty(sceneProperty->getName(), sceneProperty->getValue());
152 vector<TiXmlElement*> elementList;
154 elementList.push_back(child);
Application base class, please make sure to allocate application on heap to have correct application ...
Color 4 base definition class.
bool addProperty(const string &name, const string &value)
Add a property.
Base property model class.
~ScenePropertyPresets()
Destructor.
void setDefaultSceneProperties(Scene *scene)
Set default scene properties.
static STATIC_DLL_IMPEXT ScenePropertyPresets * instance
map< string, SceneLight * > lightPresets
ScenePropertyPresets(const string &pathName, const string &fileName)
Constructor.
static ScenePropertyPresets * getInstance()
vector< BaseProperty * > scenePropertiesPreset
map< string, vector< BaseProperty * > > entityPropertiesPresets
const vector< TiXmlElement * > getChildrenByTagName(TiXmlElement *parent, const char *name)
Returns immediate children by tagnames of parent.
File system singleton class.
Always the top level node.
The element is a container class.
const TiXmlElement * NextSiblingElement() const
Convenience function to get through elements.
const TiXmlElement * FirstChildElement() const
Convenience function to get through elements.
std::exception Exception
Exception base class.