A factory type for the creation of FieldOfForce objects. More...
#include <fieldofforce.h>
Public Member Functions | |
FieldOfForceFactory () | |
Class constructor. | |
virtual | ~FieldOfForceFactory () |
Class destructor. | |
virtual AreaEffect * | CreateAreaEffect (const String &Name, World *TheWorld, const NameValuePairMap &Params) |
virtual AreaEffect * | CreateAreaEffect (const XML::Node &XMLNode, World *TheWorld) |
virtual FieldOfForce * | CreateFieldOfForce (const String &Name, World *TheWorld) |
Creates a FieldOfForce object. More... | |
virtual FieldOfForce * | CreateFieldOfForce (const String &Name, Physics::CollisionShape *AEShape, World *TheWorld) |
Creates a FieldOfForce object. More... | |
virtual FieldOfForce * | CreateFieldOfForce (const XML::Node &XMLNode, World *TheWorld) |
Creates a FieldOfForce 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 FieldOfForce objects.
Definition at line 161 of file fieldofforce.h.
|
virtual |
Implements Mezzanine::AreaEffectFactory.
Definition at line 294 of file fieldofforce.cpp.
|
virtual |
Implements Mezzanine::AreaEffectFactory.
Definition at line 297 of file fieldofforce.cpp.
|
virtual |
Creates a FieldOfForce object.
Name | The name to be given to this object. |
TheWorld | A pointer to the world this object belongs to. |
Definition at line 285 of file fieldofforce.cpp.
|
virtual |
Creates a FieldOfForce object.
Name | The name to be given to this object. |
AEShape | A pointer to the Collision shape that will be applied to this object. |
TheWorld | A pointer to the world this object belongs to. |
Definition at line 288 of file fieldofforce.cpp.
|
virtual |
Creates a FieldOfForce object.
XMLNode | The node of the xml document to construct from. |
TheWorld | A pointer to the world this object belongs to. |
Definition at line 291 of file fieldofforce.cpp.
|
virtual |
Implements Mezzanine::AreaEffectFactory.
Definition at line 300 of file fieldofforce.cpp.
|
virtual |
Implements Mezzanine::AreaEffectFactory.
Definition at line 282 of file fieldofforce.cpp.