se_core::SpawnComponentFactory Class Reference

#include <SpawnComponentFactory.hpp>

Inheritance diagram for se_core::SpawnComponentFactory:

se_core::ComponentFactory List of all members.

Public Member Functions

 SpawnComponentFactory ()
void setAbilities (short speed, short attack, short defence, short level)
Componentcreate (Composite *owner) const
void setSpawnPoints (int count, se_core::ViewPoint *const *spawnPoints)
 Copy spawn points.
virtual void release (Component *t) const
bool doDestroy () const
void setDoDestroy (bool f)

Protected Attributes

int spawnPointCount_
se_core::ViewPoint ** spawnPoints_
int type_
bool doDestroy_

Constructor & Destructor Documentation

se_core::SpawnComponentFactory::SpawnComponentFactory  ) 
 

Definition at line 34 of file SpawnComponentFactory.cpp.

References se_core::sct_STAT.


Member Function Documentation

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

Implements se_core::ComponentFactory.

Definition at line 40 of file SpawnComponentFactory.cpp.

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

Definition at line 35 of file ComponentFactory.hpp.

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::SpawnComponentFactory::setAbilities short  speed,
short  attack,
short  defence,
short  level
 

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

Definition at line 39 of file ComponentFactory.cpp.

References Assert.

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

void se_core::SpawnComponentFactory::setSpawnPoints int  count,
se_core::ViewPoint *const *  spawnPoints
 

Copy spawn points.

Definition at line 55 of file SpawnComponentFactory.cpp.

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


Member Data Documentation

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

Definition at line 40 of file ComponentFactory.hpp.

int se_core::SpawnComponentFactory::spawnPointCount_ [protected]
 

Definition at line 47 of file SpawnComponentFactory.hpp.

se_core::ViewPoint** se_core::SpawnComponentFactory::spawnPoints_ [protected]
 

Definition at line 48 of file SpawnComponentFactory.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