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. |
|
Constructor.
|
|
Add a section specification to the layer. A section specification is a reference to a named ImagerySection within the WidgetLook.
|
|
Clear all section specifications from this layer,.
|
|
Return the priority of this layer.
|
|
Render this layer.
|
|
Render this layer.
|
|
Writes an xml representation of this Layer to out_stream.
|