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. |
|
Constructor.
|
|
Add an imagery LayerSpecification to this state.
|
|
Removed all LayerSpecifications from this state.
|
|
Return the name of this state.
|
|
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
|
|
Render imagery for this state.
|
|
Render imagery for this state.
|
|
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.
|
|
Writes an xml representation of this StateImagery to out_stream.
|