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)
75 void setImage(
const Image* img);
96 #endif // end of guard _FalStaticImage_h_
Interface for Image.
Definition: Image.h:158
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
const Image * getImage(void) const
Get the image for this FalagardStaticImage widget.
Definition: StaticImage.h:81
StaticImage class for the FalagardBase module.
Definition: StaticImage.h:60
static const String TypeName
type name for this widget.
Definition: StaticImage.h:63
Static class for the FalagardBase module.
Definition: Static.h:56
String class used within the GUI system.
Definition: String.h:62