Particle Universe  1.2
ParticleUniverse::ParticleSystemFactory Class Reference

#include <ParticleUniverseSystemManager.h>

Inheritance diagram for ParticleUniverse::ParticleSystemFactory:

Public Member Functions

 ParticleSystemFactory (void)
 
 ~ParticleSystemFactory (void)
 
const StringgetType (void) const
 
void destroyInstance (Ogre::MovableObject *obj)
 
- Public Member Functions inherited from Ogre::MovableObjectFactory
 MovableObjectFactory ()
 
virtual ~MovableObjectFactory ()
 
void _notifyTypeFlags (uint32 flag)
 
MovableObjectcreateInstance (const String &name, SceneManager *manager, const NameValuePairList *params=0)
 
uint32 getTypeFlags (void) const
 
virtual bool requestTypeFlags (void) const
 

Static Public Attributes

static String PU_FACTORY_TYPE_NAME
 

Protected Member Functions

Ogre::MovableObjectcreateInstanceImpl (const String &name, const Ogre::NameValuePairList *params)
 

Detailed Description

Factory object for creating ParticleSystem instances

Constructor & Destructor Documentation

ParticleUniverse::ParticleSystemFactory::ParticleSystemFactory ( void  )
inline
ParticleUniverse::ParticleSystemFactory::~ParticleSystemFactory ( void  )
inline

Member Function Documentation

Ogre::MovableObject* ParticleUniverse::ParticleSystemFactory::createInstanceImpl ( const String name,
const Ogre::NameValuePairList params 
)
protected
void ParticleUniverse::ParticleSystemFactory::destroyInstance ( Ogre::MovableObject obj)
virtual
const String& ParticleUniverse::ParticleSystemFactory::getType ( void  ) const
virtual

Member Data Documentation

String ParticleUniverse::ParticleSystemFactory::PU_FACTORY_TYPE_NAME
static

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