Crazy Eddie's GUI System
0.8.7
|
27 #ifndef _FalItemListbox_h_
28 #define _FalItemListbox_h_
30 #include "CEGUI/WindowRendererSets/Core/Module.h"
31 #include "CEGUI/widgets/ItemListBase.h"
75 Rectf getItemRenderingArea(
bool hscroll,
bool vscroll)
const;
88 #endif // end of guard _FalItemListbox_h_
void onLookNFeelAssigned()
Handler called when a Look'N'Feel is assigned to our window.
ItemListbox class for the FalagardBase module.
Definition: WindowRendererSets/Core/ItemListbox.h:58
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
bool d_widgetLookAssigned
flag whether target window has looknfeel assigned yet.
Definition: WindowRendererSets/Core/ItemListbox.h:82
void onLookNFeelUnassigned()
Handler called when a Look'N'Feel is removed/unassigned from our window.
FalagardItemListbox(const String &type)
Constructor.
void render()
Populate render cache.
static const String TypeName
type name for this widget.
Definition: WindowRendererSets/Core/ItemListbox.h:60
Rectf getItemRenderArea(void) const
Return a Rect object describing, in un-clipped pixels, the window relative area that is to be used fo...
Base class for ItemListBase window renderer.
Definition: ItemListBase.h:54
String class used within the GUI system.
Definition: String.h:64
Rectf getUnclippedInnerRect() const
Get unclipped inner rectangle that our window should return from its member function with the same na...