Crazy Eddie's GUI System
0.8.4
|
MultiColumnList class for the FalagardBase module. More...
Public Member Functions | |
FalagardMultiColumnList (const String &type) | |
Constructor. | |
void | cacheListboxBaseImagery () |
Perform rendering of the widget control frame and other 'static' areas. This method should not render the actual items. Note that the items are typically rendered to layer 3, other layers can be used for rendering imagery behind and infront of the items. | |
Rectf | getListRenderArea (void) const |
Return a Rect object describing, in un-clipped pixels, the window relative area that is to be used for rendering list items. | |
void | render () |
Populate render cache. | |
Static Public Attributes | |
static const String | TypeName |
type name for this widget. |
MultiColumnList class for the FalagardBase module.
This class requires LookNFeel to be assigned. The LookNFeel should provide the following:
States:
Named Areas:
Child Widgets: Scrollbar based widget with name suffix "__auto_vscrollbar__" Scrollbar based widget with name suffix "__auto_hscrollbar__" ListHeader based widget with name suffix "__auto_listheader__"
Perform rendering of the widget control frame and other 'static' areas. This method should not render the actual items. Note that the items are typically rendered to layer 3, other layers can be used for rendering imagery behind and infront of the items.
Rectf CEGUI::FalagardMultiColumnList::getListRenderArea | ( | void | ) | const [virtual] |
Return a Rect object describing, in un-clipped pixels, the window relative area that is to be used for rendering list items.
Implements CEGUI::MultiColumnListWindowRenderer.
void CEGUI::FalagardMultiColumnList::render | ( | ) | [virtual] |
Populate render cache.
This method must be implemented by all window renderers and should perform the rendering operations needed for this widget. Normally using the Falagard API...
Implements CEGUI::WindowRenderer.