#include <CEGUIFalLayerSpecification.h>
Public Member Functions | |
LayerSpecification (uint priority) | |
Constructor. | |
void | render (Window &srcWindow, float base_z, const ColourRect *modcols=0, const Rect *clipper=0, bool clipToDisplay=false) const |
Render this layer. | |
void | render (Window &srcWindow, const Rect &baseRect, float base_z, const ColourRect *modcols=0, const Rect *clipper=0, bool clipToDisplay=false) const |
Render this layer. | |
void | addSectionSpecification (const SectionSpecification §ion) |
Add a section specification to the layer. | |
void | clearSectionSpecifications () |
Clear all section specifications from this layer,. | |
uint | getLayerPriority () const |
Return the priority of this layer. | |
bool | operator< (const LayerSpecification &other) const |
void | writeXMLToStream (OutStream &out_stream) const |
Writes an xml representation of this Layer to out_stream. |
Definition at line 42 of file CEGUIFalLayerSpecification.h.
|
Constructor.
Definition at line 30 of file CEGUIFalLayerSpecification.cpp. |
|
Add a section specification to the layer. A section specification is a reference to a named ImagerySection within the WidgetLook.
Definition at line 52 of file CEGUIFalLayerSpecification.cpp. Referenced by CEGUI::Falagard_xmlHandler::elementEnd(). |
|
Clear all section specifications from this layer,.
Definition at line 57 of file CEGUIFalLayerSpecification.cpp. |
|
Return the priority of this layer.
Definition at line 62 of file CEGUIFalLayerSpecification.cpp. |
|
Definition at line 67 of file CEGUIFalLayerSpecification.cpp. References d_layerPriority. |
|
Render this layer.
Definition at line 43 of file CEGUIFalLayerSpecification.cpp. |
|
Render this layer.
Definition at line 34 of file CEGUIFalLayerSpecification.cpp. |
|
Writes an xml representation of this Layer to out_stream.
Definition at line 72 of file CEGUIFalLayerSpecification.cpp. |