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)
60 class COREWRSET_API FalagardStaticImage :
public FalagardStatic
63 static const String TypeName;
69 FalagardStaticImage(
const String& type);
75 void setImage(
const Image* img);
96 #endif // end of guard _FalStaticImage_h_
Interface for Image.
Definition: cegui/include/CEGUI/Image.h:158
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
const Image * getImage(void) const
Get the image for this FalagardStaticImage widget.
Definition: debian/tmp/usr/include/cegui-0.8.4/CEGUI/WindowRendererSets/Core/StaticImage.h:81