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