A factory responsible for the creation and destruction of the default physicsmanager. More...
#include <physicsmanager.h>
Public Member Functions | |
DefaultPhysicsManagerFactory () | |
Class constructor. | |
virtual | ~DefaultPhysicsManagerFactory () |
Class destructor. | |
ManagerBase * | CreateManager (NameValuePairList &Params) |
Creates a manager of the type represented by this factory. More... | |
ManagerBase * | CreateManager (XML::Node &XMLNode) |
Creates a manager from XML. More... | |
void | DestroyManager (ManagerBase *ToBeDestroyed) |
Destroys a Manager created by this factory. More... | |
String | GetManagerTypeName () const |
Gets the name of the Manager that is created by this factory. More... | |
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 physicsmanager.
Definition at line 580 of file physicsmanager.h.
|
virtual |
Creates a manager of the type represented by this factory.
Params | A NameValuePairList containing the params to be applied during construction. |
Implements Mezzanine::ManagerFactory.
Definition at line 1256 of file physicsmanager.cpp.
|
virtual |
Creates a manager from XML.
XMLNode | The node of the xml document to construct from. |
Implements Mezzanine::ManagerFactory.
Definition at line 1302 of file physicsmanager.cpp.
|
virtual |
Destroys a Manager created by this factory.
ToBeDestroyed | A pointer to the manager to be destroyed. |
Implements Mezzanine::ManagerFactory.
Definition at line 1307 of file physicsmanager.cpp.
|
virtual |
Gets the name of the Manager that is created by this factory.
Implements Mezzanine::ManagerFactory.
Definition at line 1251 of file physicsmanager.cpp.