se_core::ScriptComponentFactory Class Reference

#include <ScriptComponentFactory.hpp>

Inheritance diagram for se_core::ScriptComponentFactory:

se_core::ComponentFactory List of all members.

Public Member Functions

 ScriptComponentFactory ()
Componentcreate (Composite *owner) const
void pushScript (const char *name)
virtual void release (Component *t) const
bool doDestroy () const
void setDoDestroy (bool f)

Protected Attributes

int scriptCount_
const se_core::Scriptscripts_ [MAX_SCRIPTS]
int type_
bool doDestroy_

Static Protected Attributes

const int MAX_SCRIPTS = 4

Constructor & Destructor Documentation

se_core::ScriptComponentFactory::ScriptComponentFactory  ) 
 

Definition at line 33 of file ScriptComponentFactory.cpp.

References se_core::sct_SCRIPT.


Member Function Documentation

Component * se_core::ScriptComponentFactory::create Composite owner  )  const [virtual]
 

Implements se_core::ComponentFactory.

Definition at line 39 of file ScriptComponentFactory.cpp.

bool se_core::ComponentFactory::doDestroy  )  const [inline, inherited]
 

Definition at line 35 of file ComponentFactory.hpp.

void se_core::ScriptComponentFactory::pushScript const char *  name  ) 
 

Definition at line 57 of file ScriptComponentFactory.cpp.

References Assert.

Referenced by se_core::ScriptComponentParser::parse().

void se_core::ComponentFactory::release Component t  )  const [virtual, inherited]
 

Definition at line 44 of file ComponentFactory.cpp.

Referenced by se_core::Composite::releaseComponents().

void se_core::ComponentFactory::setDoDestroy bool  f  )  [inherited]
 

Definition at line 39 of file ComponentFactory.cpp.

References Assert.

Referenced by se_core::ParseManager::parseComponent().


Member Data Documentation

bool se_core::ComponentFactory::doDestroy_ [protected, inherited]
 

Definition at line 40 of file ComponentFactory.hpp.

const int se_core::ScriptComponentFactory::MAX_SCRIPTS = 4 [static, protected]
 

Definition at line 46 of file ScriptComponentFactory.hpp.

int se_core::ScriptComponentFactory::scriptCount_ [protected]
 

Definition at line 47 of file ScriptComponentFactory.hpp.

const se_core::Script* se_core::ScriptComponentFactory::scripts_[MAX_SCRIPTS] [protected]
 

Definition at line 48 of file ScriptComponentFactory.hpp.

int se_core::ComponentFactory::type_ [protected, inherited]
 

Definition at line 39 of file ComponentFactory.hpp.


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

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:28 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo