30 #include "CEGUI/WindowRendererSets/Core/Module.h"
33 # pragma warning(push)
34 # pragma warning(disable : 4251)
59 static const String TypeName;
92 void setFrameEnabled(
bool setting);
101 void setBackgroundEnabled(
bool setting);
103 virtual void render();
113 #if defined(_MSC_VER)
114 # pragma warning(pop)
117 #endif // end of guard _FalStatic_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
bool d_backgroundEnabled
true when the background is enabled.
Definition: Static.h:108
Base-class for the assignable WindowRenderer object.
Definition: WindowRenderer.h:50
bool isBackgroundEnabled(void) const
Return whether the background for this static widget is enabled to disabled.
Definition: Static.h:83
bool d_frameEnabled
True when the frame is enabled.
Definition: Static.h:107
bool isFrameEnabled(void) const
Return whether the frame for this static widget is enabled or disabled.
Definition: Static.h:74
Static class for the FalagardBase module.
Definition: Static.h:56
String class used within the GUI system.
Definition: String.h:62