Public Member Functions | |
FalagardTabButton (const String &type) | |
type name for this widget. | |
void | render () |
Populate render cache. | |
Static Public Attributes | |
static const utf8 | TypeName [] = "Falagard/TabButton" |
This class requires LookNFeel to be assigned. The LookNFeel should provide the following:
States (missing states will default to 'Normal'):
CEGUI::FalagardTabButton::FalagardTabButton | ( | const String & | type | ) |
type name for this widget.
Constructor
void CEGUI::FalagardTabButton::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.
References CEGUI::WindowRenderer::d_window, CEGUI::WindowRenderer::getLookNFeel(), CEGUI::Window::getParent(), CEGUI::WidgetLookFeel::getStateImagery(), CEGUI::TabControl::getTabPanePosition(), CEGUI::Window::isDisabled(), CEGUI::ButtonBase::isHovering(), CEGUI::ButtonBase::isPushed(), CEGUI::TabButton::isSelected(), CEGUI::WidgetLookFeel::isStateImageryPresent(), and CEGUI::StateImagery::render().