Crazy Eddie's GUI System  0.8.4
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 >:

List of all members.

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.

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.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends