TDME2 1.9.121
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
ScenePropertyPresets Class Referencefinal

Scene Property Presets. More...

#include <tdme/engine/scene/ScenePropertyPresets.h>

Collaboration diagram for ScenePropertyPresets:
Collaboration graph

Public Member Functions

 ScenePropertyPresets (const string &pathName, const string &fileName)
 Constructor. More...
 
 ~ScenePropertyPresets ()
 Destructor. More...
 
void setDefaultSceneProperties (Scene *scene)
 Set default scene properties. More...
 
const vector< BaseProperty * > & getScenePropertiesPreset () const
 
const map< string, vector< BaseProperty * > > & getEntityPropertiesPresets () const
 
const map< string, SceneLight * > & getLightPresets () const
 

Static Public Member Functions

static ScenePropertyPresetsgetInstance ()
 

Private Member Functions

const vector< TiXmlElement * > getChildrenByTagName (TiXmlElement *parent, const char *name)
 Returns immediate children by tagnames of parent. More...
 

Private Attributes

vector< BaseProperty * > scenePropertiesPreset
 
map< string, vector< BaseProperty * > > entityPropertiesPresets
 
map< string, SceneLight * > lightPresets
 

Static Private Attributes

static STATIC_DLL_IMPEXT ScenePropertyPresetsinstance = nullptr
 

Detailed Description

Scene Property Presets.

Author
Andreas Drewke
Version
$Id$

Definition at line 34 of file ScenePropertyPresets.h.

Constructor & Destructor Documentation

◆ ScenePropertyPresets()

ScenePropertyPresets ( const string &  pathName,
const string &  fileName 
)

Constructor.

Parameters
pathNamepath name
fileNamefile name

Definition at line 47 of file ScenePropertyPresets.cpp.

◆ ~ScenePropertyPresets()

Destructor.

Definition at line 115 of file ScenePropertyPresets.cpp.

Member Function Documentation

◆ getChildrenByTagName()

const vector< TiXmlElement * > getChildrenByTagName ( TiXmlElement parent,
const char *  name 
)
private

Returns immediate children by tagnames of parent.

Parameters
parentparent
namename
Returns
children with given name

Definition at line 150 of file ScenePropertyPresets.cpp.

◆ getEntityPropertiesPresets()

const map< string, vector< BaseProperty * > > & getEntityPropertiesPresets ( ) const
inline
Returns
entity property presets

Definition at line 77 of file ScenePropertyPresets.h.

◆ getInstance()

ScenePropertyPresets * getInstance ( )
static
Returns
scene property presets instance

Definition at line 129 of file ScenePropertyPresets.cpp.

◆ getLightPresets()

const map< string, SceneLight * > & getLightPresets ( ) const
inline
Returns
light presets

Definition at line 84 of file ScenePropertyPresets.h.

◆ getScenePropertiesPreset()

const vector< BaseProperty * > & getScenePropertiesPreset ( ) const
inline
Returns
scene properties preset

Definition at line 70 of file ScenePropertyPresets.h.

◆ setDefaultSceneProperties()

void setDefaultSceneProperties ( Scene scene)

Set default scene properties.

Parameters
scenescene

Definition at line 143 of file ScenePropertyPresets.cpp.

Member Data Documentation

◆ entityPropertiesPresets

map<string, vector<BaseProperty*> > entityPropertiesPresets
private

Definition at line 39 of file ScenePropertyPresets.h.

◆ instance

ScenePropertyPresets * instance = nullptr
staticprivate

Definition at line 41 of file ScenePropertyPresets.h.

◆ lightPresets

map<string, SceneLight*> lightPresets
private

Definition at line 40 of file ScenePropertyPresets.h.

◆ scenePropertiesPreset

vector<BaseProperty*> scenePropertiesPreset
private

Definition at line 38 of file ScenePropertyPresets.h.


The documentation for this class was generated from the following files: