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