28 #ifndef _FalProgressBar_h_
29 #define _FalProgressBar_h_
31 #include "FalModule.h"
32 #include "FalProgressBarProperties.h"
35 # pragma warning(push)
36 # pragma warning(disable : 4251)
70 static const utf8 TypeName[];
78 bool isVertical()
const;
79 bool isReversed()
const;
81 void setVertical(
bool setting);
82 void setReversed(
bool setting);
100 # pragma warning(pop)
103 #endif // end of guard _FalProgressBar_h_
ProgressBar class for the FalagardBase module.
Definition: FalProgressBar.h:67
bool d_vertical
True if progress bar operates on the vertical plane.
Definition: FalProgressBar.h:88
bool d_reversed
True if progress grows in the opposite direction to usual (i.e. to the left / downwards).
Definition: FalProgressBar.h:89
Base-class for the assignable WindowRenderer object.
Definition: CEGUIWindowRenderer.h:51
Property to access the setting that controls whether the progress bar is horizontal or vertical...
Definition: FalProgressBarProperties.h:55
Property to access the setting that controls the direction that progress 'grows' towards.
Definition: FalProgressBarProperties.h:80
String class used within the GUI system.
Definition: CEGUIString.h:57