#include <CEGUIFalNamedArea.h>
Collaboration diagram for CEGUI::NamedArea:
Public Member Functions | |
NamedArea () | |
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. |
Definition at line 32 of file CEGUIFalNamedArea.h.
|
Definition at line 35 of file CEGUIFalNamedArea.h. |
|
Definition at line 30 of file CEGUIFalNamedArea.cpp. |
|
Return the ComponentArea of this NamedArea.
Definition at line 40 of file CEGUIFalNamedArea.cpp. |
|
Return the name of this NamedArea.
Definition at line 35 of file CEGUIFalNamedArea.cpp. Referenced by CEGUI::WidgetLookFeel::addNamedArea(), and CEGUI::Falagard_xmlHandler::elementStart(). |
|
Set the Area for this NamedArea.
Definition at line 45 of file CEGUIFalNamedArea.cpp. Referenced by CEGUI::Falagard_xmlHandler::elementEnd(). |
|
Writes an xml representation of this NamedArea to out_stream.
Definition at line 50 of file CEGUIFalNamedArea.cpp. References CEGUI::ComponentArea::writeXMLToStream(). |