27 #ifndef _CEGUIFalNamedArea_h_
28 #define _CEGUIFalNamedArea_h_
30 #include "./Dimensions.h"
54 const String& getName()
const;
66 void setName(
const String& name);
102 bool handleFontRenderSizeChange(
Window& window,
const Font* font)
const;
112 #endif // end of guard _CEGUIFalNamedArea_h_
Definition: MemoryAllocatedObject.h:109
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Class that represents a target area for a widget or imagery component.
Definition: Dimensions.h:780
NamedArea defines an area for a component which may later be obtained and referenced by a name unique...
Definition: NamedArea.h:40
Class that encapsulates a typeface.
Definition: Font.h:58
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:149
Class used to create XML Document.
Definition: XMLSerializer.h:85
String class used within the GUI system.
Definition: String.h:62