MezzanineEngine 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Mezzanine::DefaultAreaEffectManagerFactory Class Reference

A factory responsible for the creation and destruction of the default areaeffectmanager. More...

#include <areaeffectmanager.h>

+ Inheritance diagram for Mezzanine::DefaultAreaEffectManagerFactory:
+ Collaboration diagram for Mezzanine::DefaultAreaEffectManagerFactory:

Public Member Functions

 DefaultAreaEffectManagerFactory ()
 Class constructor.
 
virtual ~DefaultAreaEffectManagerFactory ()
 Class destructor.
 
ManagerBaseCreateManager (NameValuePairList &Params)
 Creates a manager of the type represented by this factory. More...
 
ManagerBaseCreateManager (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.
 

Detailed Description

A factory responsible for the creation and destruction of the default areaeffectmanager.

Definition at line 251 of file areaeffectmanager.h.

Member Function Documentation

ManagerBase * Mezzanine::DefaultAreaEffectManagerFactory::CreateManager ( NameValuePairList Params)
virtual

Creates a manager of the type represented by this factory.

Parameters
ParamsA NameValuePairList containing the params to be applied during construction.
Returns
Returns a pointer to the manager created.

Implements Mezzanine::ManagerFactory.

Definition at line 406 of file areaeffectmanager.cpp.

ManagerBase * Mezzanine::DefaultAreaEffectManagerFactory::CreateManager ( XML::Node XMLNode)
virtual

Creates a manager from XML.

Parameters
XMLNodeThe node of the xml document to construct from.
Returns
Returns a pointer to the manager created.

Implements Mezzanine::ManagerFactory.

Definition at line 409 of file areaeffectmanager.cpp.

void Mezzanine::DefaultAreaEffectManagerFactory::DestroyManager ( ManagerBase ToBeDestroyed)
virtual

Destroys a Manager created by this factory.

Parameters
ToBeDestroyedA pointer to the manager to be destroyed.

Implements Mezzanine::ManagerFactory.

Definition at line 412 of file areaeffectmanager.cpp.

String Mezzanine::DefaultAreaEffectManagerFactory::GetManagerTypeName ( ) const
virtual

Gets the name of the Manager that is created by this factory.

Returns
Returns the typename of the manager created by this factory.

Implements Mezzanine::ManagerFactory.

Definition at line 403 of file areaeffectmanager.cpp.


The documentation for this class was generated from the following files: