27#ifndef _FalProgressBar_h_
28#define _FalProgressBar_h_
30#include "CEGUI/WindowRendererSets/Core/Module.h"
34# pragma warning(disable : 4251)
68 static const String TypeName;
76 bool isVertical()
const;
77 bool isReversed()
const;
79 void setVertical(
bool setting);
80 void setReversed(
bool setting);
ProgressBar class for the FalagardBase module.
Definition WindowRendererSets/Core/ProgressBar.h:66
bool d_reversed
True if progress grows in the opposite direction to usual (i.e. to the left / downwards).
Definition WindowRendererSets/Core/ProgressBar.h:87
FalagardProgressBar(const String &type)
type name for this widget.
void render()
Populate render cache.
bool d_vertical
True if progress bar operates on the vertical plane.
Definition WindowRendererSets/Core/ProgressBar.h:86
String class used within the GUI system.
Definition String.h:64
Base-class for the assignable WindowRenderer object.
Definition WindowRenderer.h:52
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1