A factory type for the creation of GravityWell objects. More...
#include <gravitywell.h>
Public Member Functions | |
GravityWellFactory () | |
Class constructor. | |
virtual | ~GravityWellFactory () |
Class destructor. | |
virtual AreaEffect * | CreateAreaEffect (const String &Name, World *TheWorld, const NameValuePairMap &Params) |
virtual AreaEffect * | CreateAreaEffect (const XML::Node &XMLNode, World *TheWorld) |
virtual GravityWell * | CreateGravityWell (const String &Name, World *TheWorld) |
Creates a GravityWell object. More... | |
virtual GravityWell * | CreateGravityWell (const XML::Node &XMLNode, World *TheWorld) |
Creates a GravityWell object. More... | |
virtual void | DestroyAreaEffect (AreaEffect *ToBeDestroyed) |
virtual String | GetTypeName () const |
Public Member Functions inherited from Mezzanine::AreaEffectFactory | |
AreaEffectFactory () | |
Class constructor. | |
virtual | ~AreaEffectFactory () |
Class destructor. | |
A factory type for the creation of GravityWell objects.
Definition at line 143 of file gravitywell.h.
|
virtual |
Implements Mezzanine::AreaEffectFactory.
Definition at line 281 of file gravitywell.cpp.
|
virtual |
Implements Mezzanine::AreaEffectFactory.
Definition at line 284 of file gravitywell.cpp.
|
virtual |
Creates a GravityWell object.
Name | The name to be given to this object. |
TheWorld | A pointer to the world this object belongs to. |
Definition at line 275 of file gravitywell.cpp.
|
virtual |
Creates a GravityWell object.
XMLNode | The node of the xml document to construct from. |
TheWorld | A pointer to the world this object belongs to. |
Definition at line 278 of file gravitywell.cpp.
|
virtual |
Implements Mezzanine::AreaEffectFactory.
Definition at line 287 of file gravitywell.cpp.
|
virtual |
Implements Mezzanine::AreaEffectFactory.
Definition at line 272 of file gravitywell.cpp.