|
Crazy Eddie's GUI System
0.8.4
|
Templatised ImageFactory subclass used internally by the system. More...
Inheritance diagram for CEGUI::TplImageFactory< T >:
Collaboration diagram for CEGUI::TplImageFactory< T >:Public Member Functions | |
| Image & | create (const String &name) |
| Create an instance of the Image subclass that this factory creates. | |
| Image & | create (const XMLAttributes &attributes) |
| void | destroy (Image &image) |
| Destroy an instance of the Image subclass that this factory creates. | |
Templatised ImageFactory subclass used internally by the system.
| 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.