|
Crazy Eddie's GUI System
0.8.5
|
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. | |
Public Member Functions inherited from CEGUI::ImageFactory | |
| virtual | ~ImageFactory () |
| base class virtual destructor. | |
Templatised ImageFactory subclass used internally by the system.
|
virtual |
Create an instance of the Image subclass that this factory creates using the given XMLAttributes object.
Implements CEGUI::ImageFactory.