CEGUI::FalagardProgressBar Class Reference

ProgressBar class for the FalagardBase module. More...

Inheritance diagram for CEGUI::FalagardProgressBar:

Inheritance graph
[legend]
Collaboration diagram for CEGUI::FalagardProgressBar:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 FalagardProgressBar (const String &type)
 type name for this widget.
bool isVertical () const
bool isReversed () const
void setVertical (bool setting)
void setReversed (bool setting)
void render ()
 Populate render cache.

Static Public Attributes

static const utf8 TypeName [] = "Falagard/ProgressBar"

Protected Attributes

bool d_vertical
 True if progress bar operates on the vertical plane.
bool d_reversed
 True if progress grows in the opposite direction to usual (i.e. to the left / downwards).

Static Protected Attributes

static
FalagardProgressBarProperties::VerticalProgress 
d_verticalProperty
static
FalagardProgressBarProperties::ReversedProgress 
d_reversedProperty


Detailed Description

ProgressBar class for the FalagardBase module.

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

States:

Named Areas:

Property initialiser definitions:


Constructor & Destructor Documentation

CEGUI::FalagardProgressBar::FalagardProgressBar ( const String type  ) 

type name for this widget.

Constructor

References CEGUI::WindowRenderer::registerProperty().


Member Function Documentation

void CEGUI::FalagardProgressBar::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 d_reversed, d_vertical, CEGUI::WindowRenderer::d_window, CEGUI::NamedArea::getArea(), CEGUI::WindowRenderer::getLookNFeel(), CEGUI::WidgetLookFeel::getNamedArea(), CEGUI::ComponentArea::getPixelRect(), CEGUI::ProgressBar::getProgress(), CEGUI::WidgetLookFeel::getStateImagery(), CEGUI::Window::isDisabled(), and CEGUI::StateImagery::render().


Generated on Thu Nov 27 20:34:45 2008 for Crazy Eddies GUI System by  doxygen 1.5.7.1