|
| BasicImage (const String &name) |
|
| BasicImage (const XMLAttributes &attributes) |
|
| BasicImage (const String &name, Texture *texture, const Rectf &tex_area, const Vector2f &offset, const AutoScaledMode autoscaled, const Sizef &native_res) |
|
void | setTexture (Texture *texture) |
|
void | setArea (const Rectf &pixel_area) |
|
void | setOffset (const Vector2f &pixel_offset) |
|
void | setAutoScaled (const AutoScaledMode autoscaled) |
|
void | setNativeResolution (const Sizef &native_res) |
|
const String & | getName () const |
|
const Sizef & | getRenderedSize () const |
|
const Vector2f & | getRenderedOffset () const |
|
void | render (GeometryBuffer &buffer, const Rectf &dest_area, const Rectf *clip_area, const ColourRect &colours) const |
|
void | notifyDisplaySizeChanged (const Sizef &renderer_display_size) |
| Notifies the class that the display size of the renderer has changed so that. More...
|
|
virtual const String & | getName () const =0 |
|
virtual const Sizef & | getRenderedSize () const =0 |
|
virtual const Vector2f & | getRenderedOffset () const =0 |
|
virtual void | render (GeometryBuffer &buffer, const Rectf &dest_area, const Rectf *clip_area, const ColourRect &colours) const =0 |
|
virtual void | notifyDisplaySizeChanged (const Sizef &size)=0 |
|
void | render (GeometryBuffer &buffer, const Vector2f &position, const Rectf *clip_area=0) const |
|
void | render (GeometryBuffer &buffer, const Vector2f &position, const Rectf *clip_area, const ColourRect &colours) const |
|
void | render (GeometryBuffer &buffer, const Vector2f &position, const Sizef &size, const Rectf *clip_area=0) const |
|
void | render (GeometryBuffer &buffer, const Vector2f &position, const Sizef &size, const Rectf *clip_area, const ColourRect &colours) const |
|
Public Member Functions inherited from CEGUI::ChainedXMLHandler |
const String & | getSchemaName () const |
| Retrieves the schema file name to use with resources handled by this handler. More...
|
|
const String & | getDefaultResourceGroup () const |
| Retrieves the default resource group to be used when handling files. More...
|
|
void | elementStart (const String &element, const XMLAttributes &attributes) |
| Method called to notify the handler at the start of each XML element encountered. More...
|
|
void | elementEnd (const String &element) |
| Method called to notify the handler at the end of each XML element encountered. More...
|
|
bool | completed () const |
| returns whether this chained handler has completed.
|
|
Public Member Functions inherited from CEGUI::XMLHandler |
| XMLHandler (void) |
| XMLHandler base class constructor.
|
|
virtual | ~XMLHandler (void) |
| XMLHandler base class destructor.
|
|
virtual const String & | getSchemaName () const |
| Retrieves the schema file name to use with resources handled by this handler. More...
|
|
virtual const String & | getDefaultResourceGroup () const =0 |
| Retrieves the default resource group to be used when handling files. More...
|
|
void | handleContainer (const RawDataContainer &source) |
| Takes given RawDataContainer containing XML and handles it. More...
|
|
void | handleFile (const String &fileName, const String &resourceGroup) |
| Takes given file containing XML and handles it. More...
|
|
void | handleString (const String &source) |
| Takes given string containing XML source and handles it. More...
|
|
virtual void | elementStart (const String &element, const XMLAttributes &attributes) |
| Method called to notify the handler at the start of each XML element encountered. More...
|
|
virtual void | elementEnd (const String &element) |
| Method called to notify the handler at the end of each XML element encountered. More...
|
|
virtual void | text (const String &text) |
| Method called to notify text node, several successiv text node are agregated. More...
|
|
|
void | updateScaledSizeAndOffset (const Sizef &renderer_display_size) |
| Updates the scaled size and offset values according to the new display size of the renderer.
|
|
void | updateScaledSize (const Sizef &renderer_display_size) |
| Updates only the scaled size values according to the new display size of the renderer.
|
|
void | updateScaledOffset (const Sizef &renderer_display_size) |
| Updates only the scaled offset values according to the new display size of the renderer.
|
|
void | elementStartLocal (const String &element, const XMLAttributes &attributes) |
| Function that handles elements locally (used at end of handler chain) More...
|
|
void | elementEndLocal (const String &element) |
| Function that handles elements locally (used at end of handler chain) More...
|
|
Protected Member Functions inherited from CEGUI::ChainedXMLHandler |
virtual void | elementStartLocal (const String &element, const XMLAttributes &attributes)=0 |
| Function that handles elements locally (used at end of handler chain) More...
|
|
virtual void | elementEndLocal (const String &element)=0 |
| Function that handles elements locally (used at end of handler chain) More...
|
|
void | cleanupChainedHandler () |
| clean up any chained handler.
|
|