27 #ifndef _CEGUIFalImagerySection_h_
28 #define _CEGUIFalImagerySection_h_
30 #include "./ImageryComponent.h"
31 #include "./TextComponent.h"
32 #include "./FrameComponent.h"
33 #include "../XMLSerializer.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4251)
118 void clearImageryComponents();
139 void clearTextComponents();
148 void clearFrameComponents();
182 void setMasterColours(
const ColourRect& cols);
191 const String& getName()
const;
203 void setName(
const String& name);
212 const String& getMasterColoursPropertySource()
const;
224 void setMasterColoursPropertySource(
const String& property);
252 bool handleFontRenderSizeChange(
Window& window,
const Font* font)
const;
277 ImageryList d_images;
279 String d_colourPropertyName;
312 #if defined(_MSC_VER)
313 # pragma warning(pop)
316 #endif // end of guard _CEGUIFalImagerySection_h_