28 #ifndef _CEGUIFalImagerySection_h_
29 #define _CEGUIFalImagerySection_h_
31 #include "./ImageryComponent.h"
32 #include "./TextComponent.h"
33 #include "./FrameComponent.h"
34 #include "../XMLSerializer.h"
37 # pragma warning(push)
38 # pragma warning(disable : 4251)
119 void clearImageryComponents();
140 void clearTextComponents();
149 void clearFrameComponents();
183 void setMasterColours(
const ColourRect& cols);
192 const String& getName()
const;
204 void setName(
const String& name);
213 const String& getMasterColoursPropertySource()
const;
225 void setMasterColoursPropertySource(
const String& property);
253 bool handleFontRenderSizeChange(
Window& window,
const Font* font)
const;
278 ImageryList d_images;
280 String d_colourPropertyName;
313 #if defined(_MSC_VER)
314 # pragma warning(pop)
317 #endif // end of guard _CEGUIFalImagerySection_h_