Crazy Eddie's GUI System  0.8.4
CEGUI::FalagardMultiColumnList Class Reference

MultiColumnList class for the FalagardBase module. More...

+ Inheritance diagram for CEGUI::FalagardMultiColumnList:
+ Collaboration diagram for CEGUI::FalagardMultiColumnList:

List of all members.

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.

Detailed Description

MultiColumnList class for the FalagardBase module.

This class requires LookNFeel to be assigned. The LookNFeel should provide the following:

States:

  • Enabled
  • Disabled

Named Areas:

  • ItemRenderingArea - area where items will be drawn when no scrollbars are visible.
  • ItemRenderingAreaHScroll - area where items will be drawn when the horizontal scrollbar is visible.
  • ItemRenderingAreaVScroll - area where items will be drawn when the vertical scrollbar is visible.
  • ItemRenderingAreaHVScroll - area where items will be drawn when both scrollbars are visible.

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__"


Member Function Documentation

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.

Returns:
Nothing.

Return a Rect object describing, in un-clipped pixels, the window relative area that is to be used for rendering list items.

Returns:
Rect object describing the area of the Window to be used for rendering list box items.

Implements CEGUI::MultiColumnListWindowRenderer.

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.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends