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

Base class for TabControl window renderer objects. More...

+ Inheritance diagram for CEGUI::TabControlWindowRenderer:
+ Collaboration diagram for CEGUI::TabControlWindowRenderer:

List of all members.

Public Member Functions

 TabControlWindowRenderer (const String &name)
 Constructor.
virtual TabButtoncreateTabButton (const String &name) const =0
 create and return a pointer to a TabButton widget for use as a clickable tab header

Detailed Description

Base class for TabControl window renderer objects.


Member Function Documentation

virtual TabButton* CEGUI::TabControlWindowRenderer::createTabButton ( const String name) const [pure virtual]

create and return a pointer to a TabButton widget for use as a clickable tab header

Parameters:
nameButton name
Returns:
Pointer to a TabButton to be used for changing tabs.

Implemented in CEGUI::FalagardTabControl.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends