28 #ifndef _FalItemListbox_h_
29 #define _FalItemListbox_h_
31 #include "FalModule.h"
32 #include "../../elements/CEGUIItemListBase.h"
56 static const utf8 TypeName[];
66 Rect getItemRenderArea(
void)
const;
68 Rect getUnclippedInnerRect()
const;
72 void onLookNFeelAssigned();
73 void onLookNFeelUnassigned();
82 #endif // end of guard _FalItemListbox_h_
ItemListbox class for the FalagardBase module.
Definition: FalItemListbox.h:53
Base class for ItemListBase window renderer.
Definition: CEGUIItemListBase.h:55
bool d_widgetLookAssigned
flag whether target window has looknfeel assigned yet.
Definition: FalItemListbox.h:76
Class encapsulating operations on a Rectangle.
Definition: CEGUIRect.h:44
String class used within the GUI system.
Definition: CEGUIString.h:57