Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CEGUI::NamedArea Class Reference

#include <CEGUIFalNamedArea.h>

Collaboration diagram for CEGUI::NamedArea:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NamedArea ()
 NamedArea (const String &name)
const StringgetName () const
 Return the name of this NamedArea.
const ComponentAreagetArea () 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.

Detailed Description

Definition at line 32 of file CEGUIFalNamedArea.h.


Constructor & Destructor Documentation

CEGUI::NamedArea::NamedArea  )  [inline]
 

Definition at line 35 of file CEGUIFalNamedArea.h.

CEGUI::NamedArea::NamedArea const String name  ) 
 

Definition at line 30 of file CEGUIFalNamedArea.cpp.


Member Function Documentation

const ComponentArea & CEGUI::NamedArea::getArea  )  const
 

Return the ComponentArea of this NamedArea.

Returns:
ComponentArea object describing the NamedArea's current target area.

Definition at line 40 of file CEGUIFalNamedArea.cpp.

const String & CEGUI::NamedArea::getName  )  const
 

Return the name of this NamedArea.

Returns:
String object holding the name of this NamedArea.

Definition at line 35 of file CEGUIFalNamedArea.cpp.

Referenced by CEGUI::WidgetLookFeel::addNamedArea(), and CEGUI::Falagard_xmlHandler::elementStart().

void CEGUI::NamedArea::setArea const ComponentArea area  ) 
 

Set the Area for this NamedArea.

Parameters:
area ComponentArea object describing a new target area for the NamedArea..
Returns:
Nothing.

Definition at line 45 of file CEGUIFalNamedArea.cpp.

Referenced by CEGUI::Falagard_xmlHandler::elementEnd().

void CEGUI::NamedArea::writeXMLToStream OutStream out_stream  )  const
 

Writes an xml representation of this NamedArea to out_stream.

Parameters:
out_stream Stream where xml data should be output.
Returns:
Nothing.

Definition at line 50 of file CEGUIFalNamedArea.cpp.

References CEGUI::ComponentArea::writeXMLToStream().


The documentation for this class was generated from the following files:
Generated on Wed Sep 7 10:10:08 2005 for Crazy Eddies GUI System by  doxygen 1.4.3