A factory responsible for the creation and destruction of the default inputmanager. More...
#include <inputmanager.h>
Inheritance diagram for Mezzanine::Input::DefaultInputManagerFactory:
Collaboration diagram for Mezzanine::Input::DefaultInputManagerFactory:Public Member Functions | |
| DefaultInputManagerFactory () | |
| Class constructor. | |
| virtual | ~DefaultInputManagerFactory () |
| Class destructor. | |
| EntresolManager * | CreateManager (const NameValuePairList &Params) |
| Creates a manager of the type represented by this factory. More... | |
| EntresolManager * | CreateManager (const XML::Node &XMLNode) |
| Creates a manager from XML. More... | |
| void | DestroyManager (EntresolManager *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::EntresolManagerFactory | |
| EntresolManagerFactory () | |
| Class constructor. | |
| virtual | ~EntresolManagerFactory () |
| 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 inputmanager.
Definition at line 247 of file inputmanager.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::EntresolManagerFactory.
Definition at line 362 of file inputmanager.cpp.
|
virtual |
Creates a manager from XML.
| XMLNode | The node of the xml document to construct from. |
Implements Mezzanine::EntresolManagerFactory.
Definition at line 370 of file inputmanager.cpp.
|
virtual |
Destroys a Manager created by this factory.
| ToBeDestroyed | A pointer to the manager to be destroyed. |
Implements Mezzanine::EntresolManagerFactory.
Definition at line 378 of file inputmanager.cpp.
|
virtual |
Gets the name of the manager that is created by this factory.
Implements Mezzanine::ManagerFactory.
Definition at line 356 of file inputmanager.cpp.
|
virtual |
Gets the type of manager that is created by this factory.
Implements Mezzanine::ManagerFactory.
Definition at line 359 of file inputmanager.cpp.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.