28 #ifndef _CEGUIFalComponentBase_h_
29 #define _CEGUIFalComponentBase_h_
31 #include "CEGUIFalDimensions.h"
32 #include "../CEGUIWindow.h"
33 #include "../CEGUIColourRect.h"
90 void render(
Window& srcWindow,
const Rect& baseRect,
const CEGUI::ColourRect* modColours = 0,
const Rect* clipper = 0,
bool clipToDisplay =
false)
const;
141 void setColoursPropertySource(
const String& property);
154 void setColoursPropertyIsColourRect(
bool setting =
true);
166 void setVertFormattingPropertySource(
const String& property);
178 void setHorzFormattingPropertySource(
const String& property);
252 #endif // end of guard _CEGUIFalComponentBase_h_