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

TabButton class for the FalagardBase module. More...

+ Inheritance diagram for CEGUI::FalagardTabButton:
+ Collaboration diagram for CEGUI::FalagardTabButton:

List of all members.

Public Member Functions

 FalagardTabButton (const String &type)
 type name for this widget.
void render ()
 Populate render cache.

Static Public Attributes

static const String TypeName

Detailed Description

TabButton class for the FalagardBase module.

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

States (missing states will default to 'Normal'):

  • Normal - Rendering for when the tab button is neither selected nor has the mouse hovering over it.
  • Hover - Rendering for then the tab button has the mouse hovering over it.
  • Selected - Rendering for when the tab button is the button for the selected tab.
  • Disabled - Rendering for when the tab button is disabled.

Constructor & Destructor Documentation

type name for this widget.

Constructor


Member Function Documentation

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