Collaboration diagram for CEGUI::NamedArea:
Public Member Functions | |
NamedArea (const String &name) | |
const String & | getName () const |
Return the name of this NamedArea. | |
const ComponentArea & | getArea () const |
Return the ComponentArea of this NamedArea. | |
void | setArea (const ComponentArea &area) |
Set the Area for this NamedArea. | |
void | writeXMLToStream (OutStream &out_stream) const |
Writes an xml representation of this NamedArea to out_stream. |
|
Return the ComponentArea of this NamedArea.
|
|
Return the name of this NamedArea.
|
|
Set the Area for this NamedArea.
|
|
Writes an xml representation of this NamedArea to out_stream.
|