28 #ifndef _CEGUIFalImageryComponent_h_
29 #define _CEGUIFalImageryComponent_h_
31 #include "./ComponentBase.h"
32 #include "../XMLSerializer.h"
33 #include "CEGUI/falagard/FormattingSetting.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4251)
63 const Image* getImage()
const;
75 void setImage(
const Image* image);
87 void setImage(
const String& name);
136 void setHorizontalFormattingPropertySource(
const String& property_name);
143 void setVerticalFormattingPropertySource(
const String& property_name);
166 bool isImageFetchedFromProperty()
const;
175 const String& getImagePropertySource()
const;
187 void setImagePropertySource(
const String& property);
203 #if defined(_MSC_VER)
204 # pragma warning(pop)
207 #endif // end of guard _CEGUIFalImageryComponent_h_