28 #ifndef _CEGUIFalFrameComponent_h_
29 #define _CEGUIFalFrameComponent_h_
31 #include "CEGUIFalComponentBase.h"
32 #include "../CEGUIXMLSerializer.h"
159 void doBackgroundRender(
Window& srcWindow,
Rect& destRect,
const ColourRect& colours,
const Rect* clipper,
bool clipToDisplay)
const;
171 #endif // end of guard _CEGUIFalFrameComponent_h_
VerticalFormatting
Enumeration of possible values to indicate the vertical formatting to be used for an image component...
Definition: CEGUIFalEnums.h:57
Common base class used for renderable components within an ImagerySection.
Definition: CEGUIFalComponentBase.h:42
Class that represents a single Image of an Imageset.
Definition: CEGUIImage.h:57
HorizontalFormatting d_horzFormatting
Horizontal formatting to be applied when rendering the background for the component.
Definition: CEGUIFalFrameComponent.h:163
Class that holds details of colours for the four corners of a rectangle.
Definition: CEGUIColourRect.h:44
VerticalFormatting d_vertFormatting
Vertical formatting to be applied when rendering the background for the component.
Definition: CEGUIFalFrameComponent.h:162
Max number of images for a frame.
Definition: CEGUIFalEnums.h:145
HorizontalFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for an image componen...
Definition: CEGUIFalEnums.h:70
FrameImageComponent
Enumeration of values referencing available images forming a frame component.
Definition: CEGUIFalEnums.h:134
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: CEGUIWindow.h:138
Class that encapsulates information for a frame with background (9 images in total) ...
Definition: CEGUIFalFrameComponent.h:45
Class used to create XML Document.
Definition: CEGUIXMLSerializer.h:86
Class encapsulating operations on a Rectangle.
Definition: CEGUIRect.h:44
String class used within the GUI system.
Definition: CEGUIString.h:57