27 #ifndef _FalProgressBar_h_ 
   28 #define _FalProgressBar_h_ 
   30 #include "CEGUI/WindowRendererSets/Core/Module.h" 
   33 #       pragma warning(push) 
   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);
 
   97 #endif  // end of guard _FalProgressBar_h_ 
Main namespace for Crazy Eddie's GUI Library. 
Definition: arch_overview.dox:1
ProgressBar class for the FalagardBase module. 
Definition: WindowRendererSets/Core/ProgressBar.h:65
bool d_vertical
True if progress bar operates on the vertical plane. 
Definition: WindowRendererSets/Core/ProgressBar.h:86
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
Base-class for the assignable WindowRenderer object. 
Definition: WindowRenderer.h:50
String class used within the GUI system. 
Definition: String.h:62