Crazy Eddie's GUI System  ${CEGUI_VERSION}
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
WindowRendererFactory_wrapper Struct Reference
+ Inheritance diagram for WindowRendererFactory_wrapper:
+ Collaboration diagram for WindowRendererFactory_wrapper:

Public Member Functions

 WindowRendererFactory_wrapper (::CEGUI::String const &name)
 
virtual ::CEGUI::WindowRenderercreate ()
 Creates and returns a new window renderer object.
 
virtual void destroy (::CEGUI::WindowRenderer *wr)
 
- Public Member Functions inherited from CEGUI::WindowRendererFactory
 WindowRendererFactory (const String &name)
 Contructor. More...
 
virtual ~WindowRendererFactory ()
 Destructor.
 
const StringgetName () const
 Returns the type name of this window renderer factory.
 
virtual void destroy (WindowRenderer *wr)=0
 Destroys a window renderer object previously created by us.
 
 WindowRendererFactory (const String &name)
 Contructor. More...
 
virtual ~WindowRendererFactory ()
 Destructor.
 
const StringgetName () const
 Returns the type name of this window renderer factory.
 
virtual void destroy (WindowRenderer *wr)=0
 Destroys a window renderer object previously created by us.
 

Additional Inherited Members

- Protected Attributes inherited from CEGUI::WindowRendererFactory
String d_factoryName
 Our factory type name.