Crazy Eddie's GUI System
0.8.7
|
27 #ifndef _FalStaticImage_h_
28 #define _FalStaticImage_h_
30 #include "CEGUI/Image.h"
31 #include "CEGUI/WindowRendererSets/Core/Module.h"
32 #include "CEGUI/WindowRendererSets/Core/Static.h"
35 # pragma warning(push)
36 # pragma warning(disable : 4251)
96 #endif // end of guard _FalStaticImage_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
static const String TypeName
type name for this widget.
Definition: StaticImage.h:63
StaticImage class for the FalagardBase module.
Definition: StaticImage.h:61
FalagardStaticImage(const String &type)
Constructor.
void setImage(const Image *img)
Set the image for this FalagardStaticImage widget.
void render()
Populate render cache.
const Image * getImage(void) const
Get the image for this FalagardStaticImage widget.
Definition: StaticImage.h:81
String class used within the GUI system.
Definition: String.h:64
Interface for Image.
Definition: Image.h:161
Static class for the FalagardBase module.
Definition: Static.h:57