31 #include "FalModule.h"
32 #include "FalStaticProperties.h"
35 # pragma warning(push)
36 # pragma warning(disable : 4251)
61 static const utf8 TypeName[];
94 void setFrameEnabled(
bool setting);
103 void setBackgroundEnabled(
bool setting);
105 virtual void render();
119 #if defined(_MSC_VER)
120 # pragma warning(pop)
123 #endif // end of guard _FalStatic_h_
Property to access the state of the frame background setting for the FalagardStatic widget...
Definition: FalStaticProperties.h:85
bool d_backgroundEnabled
true when the background is enabled.
Definition: FalStatic.h:114
Property to access the state of the frame enabled setting for the FalagardStatic widget.
Definition: FalStaticProperties.h:59
Base-class for the assignable WindowRenderer object.
Definition: CEGUIWindowRenderer.h:51
bool isBackgroundEnabled(void) const
Return whether the background for this static widget is enabled to disabled.
Definition: FalStatic.h:85
bool d_frameEnabled
True when the frame is enabled.
Definition: FalStatic.h:113
bool isFrameEnabled(void) const
Return whether the frame for this static widget is enabled or disabled.
Definition: FalStatic.h:76
Static class for the FalagardBase module.
Definition: FalStatic.h:58
String class used within the GUI system.
Definition: CEGUIString.h:57