30 #include "CEGUI/WindowRendererSets/Core/Module.h"
33 # pragma warning(push)
34 # pragma warning(disable : 4251)
56 class COREWRSET_API FalagardStatic :
public WindowRenderer
59 static const String TypeName;
65 FalagardStatic(
const String& type);
92 void setFrameEnabled(
bool setting);
101 void setBackgroundEnabled(
bool setting);
103 virtual void render();
108 bool d_backgroundEnabled;
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: cegui/include/CEGUI/Affector.h:42
bool isBackgroundEnabled(void) const
Return whether the background for this static widget is enabled to disabled.
Definition: debian/tmp/usr/include/cegui-0.8.7/CEGUI/WindowRendererSets/Core/Static.h:83
bool isFrameEnabled(void) const
Return whether the frame for this static widget is enabled or disabled.
Definition: debian/tmp/usr/include/cegui-0.8.7/CEGUI/WindowRendererSets/Core/Static.h:74