#include <CEGUIFalStateImagery.h>
Collaboration diagram for CEGUI::StateImagery:
Public Member Functions | |
StateImagery () | |
Constructor. | |
StateImagery (const String &name) | |
Constructor. | |
void | render (Window &srcWindow, const ColourRect *modcols=0, const Rect *clipper=0) const |
Render imagery for this state. | |
void | render (Window &srcWindow, const Rect &baseRect, const ColourRect *modcols=0, const Rect *clipper=0) const |
Render imagery for this state. | |
void | addLayer (const LayerSpecification &layer) |
Add an imagery LayerSpecification to this state. | |
void | clearLayers () |
Removed all LayerSpecifications from this state. | |
const String & | getName () const |
Return the name of this state. | |
bool | isClippedToDisplay () const |
Return whether this state imagery should be clipped to the display rather than the target window. | |
void | setClippedToDisplay (bool setting) |
Set whether this state imagery should be clipped to the display rather than the target window. | |
void | writeXMLToStream (OutStream &out_stream) const |
Writes an xml representation of this StateImagery to out_stream. |
Definition at line 43 of file CEGUIFalStateImagery.h.
|
Constructor.
Definition at line 50 of file CEGUIFalStateImagery.h. |
|
Constructor.
Definition at line 32 of file CEGUIFalStateImagery.cpp. |
|
Add an imagery LayerSpecification to this state.
Definition at line 63 of file CEGUIFalStateImagery.cpp. Referenced by CEGUI::Falagard_xmlHandler::elementEnd(). |
|
Removed all LayerSpecifications from this state.
Definition at line 68 of file CEGUIFalStateImagery.cpp. |
|
Return the name of this state.
Definition at line 73 of file CEGUIFalStateImagery.cpp. Referenced by CEGUI::WidgetLookFeel::addStateSpecification(), CEGUI::Falagard_xmlHandler::elementEnd(), and CEGUI::Falagard_xmlHandler::elementStart(). |
|
Return whether this state imagery should be clipped to the display rather than the target window. Clipping to the display effectively implies that the imagery should be rendered unclipped. /return
Definition at line 78 of file CEGUIFalStateImagery.cpp. |
|
Render imagery for this state.
Definition at line 50 of file CEGUIFalStateImagery.cpp. |
|
Render imagery for this state.
Definition at line 37 of file CEGUIFalStateImagery.cpp. |
|
Set whether this state imagery should be clipped to the display rather than the target window. Clipping to the display effectively implies that the imagery should be rendered unclipped.
Definition at line 83 of file CEGUIFalStateImagery.cpp. Referenced by CEGUI::Falagard_xmlHandler::elementStart(). |
|
Writes an xml representation of this StateImagery to out_stream.
Definition at line 88 of file CEGUIFalStateImagery.cpp. |