27 #ifndef _CEGUIFalImageryComponent_h_
28 #define _CEGUIFalImageryComponent_h_
30 #include "./ComponentBase.h"
31 #include "../XMLSerializer.h"
32 #include "CEGUI/falagard/FormattingSetting.h"
35 # pragma warning(push)
36 # pragma warning(disable : 4251)
62 const Image* getImage()
const;
74 void setImage(
const Image* image);
86 void setImage(
const String& name);
135 void setHorizontalFormattingPropertySource(
const String& property_name);
142 void setVerticalFormattingPropertySource(
const String& property_name);
165 bool isImageFetchedFromProperty()
const;
174 const String& getImagePropertySource()
const;
186 void setImagePropertySource(
const String& property);
202 #if defined(_MSC_VER)
203 # pragma warning(pop)
206 #endif // end of guard _CEGUIFalImageryComponent_h_