Crazy Eddie's GUI System  0.8.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
CEGUI::TplImageFactory< T > Class Template Reference

Templatised ImageFactory subclass used internally by the system. More...

+ Inheritance diagram for CEGUI::TplImageFactory< T >:
+ Collaboration diagram for CEGUI::TplImageFactory< T >:

Public Member Functions

Imagecreate (const String &name)
 Create an instance of the Image subclass that this factory creates.
 
Imagecreate (const XMLAttributes &attributes)
 
void destroy (Image &image)
 Destroy an instance of the Image subclass that this factory creates.
 
- Public Member Functions inherited from CEGUI::ImageFactory
virtual ~ImageFactory ()
 base class virtual destructor.
 

Detailed Description

template<typename T>
class CEGUI::TplImageFactory< T >

Templatised ImageFactory subclass used internally by the system.

Member Function Documentation

template<typename T >
Image & CEGUI::TplImageFactory< T >::create ( const XMLAttributes attributes)
virtual

Create an instance of the Image subclass that this factory creates using the given XMLAttributes object.

Implements CEGUI::ImageFactory.