Crazy Eddies GUI System
0.7.2
|
NamedArea defines an area for a component which may later be obtained and referenced by a name unique to the WidgetLook holding the NamedArea. More...
Public Member Functions | |
NamedArea (const String &name) | |
const String & | getName () const |
Return the name of this NamedArea. More... | |
const ComponentArea & | getArea () const |
Return the ComponentArea of this NamedArea. More... | |
void | setArea (const ComponentArea &area) |
Set the Area for this NamedArea. More... | |
void | writeXMLToStream (XMLSerializer &xml_stream) const |
Writes an xml representation of this NamedArea to out_stream. More... | |
NamedArea defines an area for a component which may later be obtained and referenced by a name unique to the WidgetLook holding the NamedArea.
const ComponentArea& CEGUI::NamedArea::getArea | ( | ) | const |
Return the ComponentArea of this NamedArea.
const String& CEGUI::NamedArea::getName | ( | ) | const |
void CEGUI::NamedArea::setArea | ( | const ComponentArea & | area | ) |
Set the Area for this NamedArea.
area | ComponentArea object describing a new target area for the NamedArea.. |
void CEGUI::NamedArea::writeXMLToStream | ( | XMLSerializer & | xml_stream | ) | const |
Writes an xml representation of this NamedArea to out_stream.
out_stream | Stream where xml data should be output. |
indentLevel | Current XML indentation level |