28 #ifndef _FalStaticImage_h_
29 #define _FalStaticImage_h_
31 #include "../../CEGUIImage.h"
32 #include "FalModule.h"
33 #include "FalStatic.h"
34 #include "FalStaticImageProperties.h"
37 # pragma warning(push)
38 # pragma warning(disable : 4251)
65 static const utf8 TypeName[];
77 void setImage(
const Image* img);
101 #endif // end of guard _FalStaticImage_h_
Class that represents a single Image of an Imageset.
Definition: CEGUIImage.h:57
const Image * getImage(void) const
Get the image for this FalagardStaticImage widget.
Definition: FalStaticImage.h:83
Property to access the image for the FalagardStaticImage widget.
Definition: FalStaticImageProperties.h:59
StaticImage class for the FalagardBase module.
Definition: FalStaticImage.h:62
Static class for the FalagardBase module.
Definition: FalStatic.h:58
String class used within the GUI system.
Definition: CEGUIString.h:57