This is a base class for factories that construct the managers the engine uses. More...
#include <managerfactory.h>
Public Member Functions | |
ManagerFactory () | |
Class constructor. | |
virtual | ~ManagerFactory () |
Class destructor. | |
virtual String | GetManagerImplName () const =0 |
Gets the name of the manager that is created by this factory. More... | |
virtual ManagerBase::ManagerType | GetManagerType () const =0 |
Gets the type of manager that is created by this factory. More... | |
This is a base class for factories that construct the managers the engine uses.
Definition at line 56 of file managerfactory.h.
|
pure virtual |
Gets the name of the manager that is created by this factory.
Implemented in Mezzanine::Physics::DefaultPhysicsManagerFactory, Mezzanine::Scripting::Lua::Lua51ScriptingEngineFactory, Mezzanine::UI::DefaultUIManagerFactory, Mezzanine::Graphics::DefaultSceneManagerFactory, Mezzanine::DefaultEventManagerFactory, Mezzanine::Graphics::DefaultGraphicsManagerFactory, Mezzanine::DefaultAreaEffectManagerFactory, Mezzanine::Physics::DefaultCollisionShapeManagerFactory, Mezzanine::DefaultDebrisManagerFactory, Mezzanine::Resource::DefaultResourceManagerFactory, Mezzanine::Input::DefaultInputManagerFactory, Mezzanine::DefaultActorManagerFactory, Mezzanine::Graphics::DefaultTextureManagerFactory, Mezzanine::Graphics::DefaultMeshManagerFactory, Mezzanine::DefaultTerrainManagerFactory, and Mezzanine::Network::DefaultNetworkManagerFactory.
|
pure virtual |
Gets the type of manager that is created by this factory.
Implemented in Mezzanine::Physics::DefaultPhysicsManagerFactory, Mezzanine::Scripting::Lua::Lua51ScriptingEngineFactory, Mezzanine::UI::DefaultUIManagerFactory, Mezzanine::Graphics::DefaultSceneManagerFactory, Mezzanine::DefaultEventManagerFactory, Mezzanine::Graphics::DefaultGraphicsManagerFactory, Mezzanine::DefaultAreaEffectManagerFactory, Mezzanine::Physics::DefaultCollisionShapeManagerFactory, Mezzanine::DefaultDebrisManagerFactory, Mezzanine::Resource::DefaultResourceManagerFactory, Mezzanine::Input::DefaultInputManagerFactory, Mezzanine::DefaultActorManagerFactory, Mezzanine::Graphics::DefaultTextureManagerFactory, Mezzanine::Graphics::DefaultMeshManagerFactory, Mezzanine::DefaultTerrainManagerFactory, and Mezzanine::Network::DefaultNetworkManagerFactory.