Crazy Eddie's GUI System 0.8.7
|
Templatised ImageFactory subclass used internally by the system. More...
#include <ImageFactory.h>
Public Member Functions | |
Image & | create (const String &name) |
Create an instance of the Image subclass that this factory creates. More... | |
Image & | create (const XMLAttributes &attributes) |
void | destroy (Image &image) |
Destroy an instance of the Image subclass that this factory creates. More... | |
![]() | |
virtual | ~ImageFactory () |
base class virtual destructor. | |
virtual Image & | create (const String &name)=0 |
Create an instance of the Image subclass that this factory creates. More... | |
virtual Image & | create (const XMLAttributes &attributes)=0 |
virtual void | destroy (Image &image)=0 |
Destroy an instance of the Image subclass that this factory creates. More... | |
Templatised ImageFactory subclass used internally by the system.
|
virtual |
Create an instance of the Image subclass that this factory creates.
Implements CEGUI::ImageFactory.
|
virtual |
Create an instance of the Image subclass that this factory creates using the given XMLAttributes object.
Implements CEGUI::ImageFactory.
|
virtual |
Destroy an instance of the Image subclass that this factory creates.
Implements CEGUI::ImageFactory.