A factory responsible for the creation and destruction of the default areaeffectmanager. More...
#include <areaeffectmanager.h>
Public Member Functions | |
DefaultAreaEffectManagerFactory () | |
Class constructor. | |
virtual | ~DefaultAreaEffectManagerFactory () |
Class destructor. | |
WorldManager * | CreateManager (World *Creator, const NameValuePairList &Params) |
Creates a manager of the type represented by this factory. More... | |
WorldManager * | CreateManager (World *Creator, const XML::Node &XMLNode) |
Creates a manager from XML. More... | |
void | DestroyManager (WorldManager *ToBeDestroyed) |
Destroys a Manager created by this factory. More... | |
String | GetManagerImplName () const |
Gets the name of the manager that is created by this factory. More... | |
ManagerBase::ManagerType | GetManagerType () const |
Gets the type of manager that is created by this factory. More... | |
Public Member Functions inherited from Mezzanine::WorldManagerFactory | |
WorldManagerFactory () | |
Class constructor. | |
virtual | ~WorldManagerFactory () |
Class destructor. | |
Public Member Functions inherited from Mezzanine::ManagerFactory | |
ManagerFactory () | |
Class constructor. | |
virtual | ~ManagerFactory () |
Class destructor. | |
A factory responsible for the creation and destruction of the default areaeffectmanager.
Definition at line 300 of file areaeffectmanager.h.
|
virtual |
Creates a manager of the type represented by this factory.
Creator | The parent world that is creating the manager. |
Params | A NameValuePairList containing the params to be applied during construction. |
Implements Mezzanine::WorldManagerFactory.
Definition at line 484 of file areaeffectmanager.cpp.
|
virtual |
Creates a manager from XML.
Creator | The parent world that is creating the manager. |
XMLNode | The node of the xml document to construct from. |
Implements Mezzanine::WorldManagerFactory.
Definition at line 487 of file areaeffectmanager.cpp.
|
virtual |
Destroys a Manager created by this factory.
ToBeDestroyed | A pointer to the manager to be destroyed. |
Implements Mezzanine::WorldManagerFactory.
Definition at line 490 of file areaeffectmanager.cpp.
|
virtual |
Gets the name of the manager that is created by this factory.
Implements Mezzanine::ManagerFactory.
Definition at line 478 of file areaeffectmanager.cpp.
|
virtual |
Gets the type of manager that is created by this factory.
Implements Mezzanine::ManagerFactory.
Definition at line 481 of file areaeffectmanager.cpp.