|
| BasicImage_wrapper (CEGUI::BasicImage const &arg) |
|
| BasicImage_wrapper (::CEGUI::String const &name) |
|
| BasicImage_wrapper (::CEGUI::XMLAttributes const &attributes) |
|
| BasicImage_wrapper (::CEGUI::String const &name,::CEGUI::Texture *texture,::CEGUI::Rectf const &tex_area,::CEGUI::Vector2f const &offset,::CEGUI::AutoScaledMode const autoscaled,::CEGUI::Sizef const &native_res) |
|
virtual void | notifyDisplaySizeChanged (::CEGUI::Sizef const &renderer_display_size) |
|
void | default_notifyDisplaySizeChanged (::CEGUI::Sizef const &renderer_display_size) |
|
virtual void | render (::CEGUI::GeometryBuffer &buffer,::CEGUI::Rectf const &dest_area,::CEGUI::Rectf const *clip_area,::CEGUI::ColourRect const &colours) const |
|
void | default_render (::CEGUI::GeometryBuffer &buffer,::CEGUI::Rectf const &dest_area,::CEGUI::Rectf const *clip_area,::CEGUI::ColourRect const &colours) const |
|
void | updateScaledOffset (::CEGUI::Sizef const &renderer_display_size) |
|
void | updateScaledSize (::CEGUI::Sizef const &renderer_display_size) |
|
void | updateScaledSizeAndOffset (::CEGUI::Sizef const &renderer_display_size) |
|
virtual void | elementEndLocal (::CEGUI::String const &element) |
|
virtual void | default_elementEndLocal (::CEGUI::String const &element) |
|
virtual void | elementStartLocal (::CEGUI::String const &element,::CEGUI::XMLAttributes const &attributes) |
|
virtual void | default_elementStartLocal (::CEGUI::String const &element,::CEGUI::XMLAttributes const &attributes) |
|
virtual void | text (::CEGUI::String const &text) |
|
void | default_text (::CEGUI::String const &text) |
|
| 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.
|
|
| 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.
|
|
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 |
|
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.
|
|
const String & | getDefaultResourceGroup () const |
| Retrieves the default resource group to be used when handling files.
|
|
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.
|
|
const String & | getSchemaName () const |
| Retrieves the schema file name to use with resources handled by this handler.
|
|
const String & | getDefaultResourceGroup () const |
| Retrieves the default resource group to be used when handling files.
|
|
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.
|
|
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 | text (const String &text) |
| Method called to notify text node, several successiv text node are agregated. More...
|
|
| XMLHandler (void) |
| XMLHandler base class constructor.
|
|
virtual | ~XMLHandler (void) |
| XMLHandler base class destructor.
|
|
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 | text (const String &text) |
| Method called to notify text node, several successiv text node are agregated. More...
|
|
|
static void | computeScalingFactors (AutoScaledMode mode, const Sizef &display_size, const Sizef &native_display_size, float &x_scale, float &y_scale) |
| Helper able to compute scaling factors for auto scaling. More...
|
|
static void | computeScalingFactors (AutoScaledMode mode, const Sizef &display_size, const Sizef &native_display_size, float &x_scale, float &y_scale) |
| Helper able to compute scaling factors for auto scaling. 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 | 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)
|
|
void | elementEndLocal (const String &element) |
| Function that handles elements locally (used at end of handler chain)
|
|
void | elementStartLocal (const String &element, const XMLAttributes &attributes) |
| Function that handles elements locally (used at end of handler chain)
|
|
void | elementEndLocal (const String &element) |
| Function that handles elements locally (used at end of handler chain)
|
|
Protected Member Functions inherited from CEGUI::ChainedXMLHandler |
void | cleanupChainedHandler () |
| clean up any chained handler.
|
|
void | cleanupChainedHandler () |
| clean up any chained handler.
|
|
String | d_name |
| name used when the BasicImage was created.
|
|
Texture * | d_texture |
| Texture used by this image.
|
|
Sizef | d_pixelSize |
| Actual pixel size.
|
|
Rectf | d_area |
| Rect defining texture co-ords for this image.
|
|
Vector2f | d_pixelOffset |
| Defined pixel offset.
|
|
AutoScaledMode | d_autoScaled |
| Whether image is auto-scaled or not and how.
|
|
Sizef | d_nativeResolution |
| Native resolution used for autoscaling.
|
|
Sizef | d_scaledSize |
| Size after having autoscaling applied.
|
|
Vector2f | d_scaledOffset |
| Offset after having autoscaling applied.
|
|
Protected Attributes inherited from CEGUI::ChainedXMLHandler |
ChainedXMLHandler * | d_chainedHandler |
| chained xml handler object.
|
|
bool | d_completed |
| is the chained handler completed.
|
|
bool | d_deleteChaniedHandler |
| should the chained handler be deleted by us?
|
|