Crazy Eddie's GUI System
0.8.4
|
ListHeader class for the FalagardBase module. More...
Public Member Functions | |
FalagardListHeader (const String &type) | |
Constructor. | |
const String & | getSegmentWidgetType () const |
void | setSegmentWidgetType (const String &type) |
void | render () |
Populate render cache. | |
ListHeaderSegment * | createNewSegment (const String &name) const |
Create and return a pointer to a new ListHeaderSegment based object. | |
void | destroyListSegment (ListHeaderSegment *segment) const |
Cleanup and destroy the given ListHeaderSegment that was created via the createNewSegment method. | |
Static Public Attributes | |
static const String | TypeName |
type name for this widget. | |
Protected Attributes | |
String | d_segmentWidgetType |
ListHeader class for the FalagardBase module.
This class requires LookNFeel to be assigned. The LookNFeel should provide the following:
Property Initialisers: SegmentWidgetType - type of widget to create for segments.
Imagery States:
ListHeaderSegment* CEGUI::FalagardListHeader::createNewSegment | ( | const String & | name | ) | const [virtual] |
Create and return a pointer to a new ListHeaderSegment based object.
Implements CEGUI::ListHeaderWindowRenderer.
void CEGUI::FalagardListHeader::destroyListSegment | ( | ListHeaderSegment * | segment | ) | const [virtual] |
Cleanup and destroy the given ListHeaderSegment that was created via the createNewSegment method.
segment | Pointer to a ListHeaderSegment based object to be destroyed. |
Implements CEGUI::ListHeaderWindowRenderer.
void CEGUI::FalagardListHeader::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.