27#ifndef _CEGUIFalNamedArea_h_
28#define _CEGUIFalNamedArea_h_
30#include "./Dimensions.h"
Definition MemoryAllocatedObject.h:110
Class that represents a target area for a widget or imagery component.
Definition Dimensions.h:782
Class that encapsulates a typeface.
Definition Font.h:62
NamedArea defines an area for a component which may later be obtained and referenced by a name unique...
Definition NamedArea.h:42
void writeXMLToStream(XMLSerializer &xml_stream) const
Writes an xml representation of this NamedArea to out_stream.
const String & getName() const
Return the name of this NamedArea.
void setName(const String &name)
set the name for this NamedArea.
void setArea(const ComponentArea &area)
Set the Area for this NamedArea.
const ComponentArea & getArea() const
Return the ComponentArea of this NamedArea.
bool handleFontRenderSizeChange(Window &window, const Font *font) const
perform any processing required due to the given font having changed.
String class used within the GUI system.
Definition String.h:64
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition Window.h:151
Class used to create XML Document.
Definition XMLSerializer.h:87
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1