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);
156 const String& getHorizontalFormattingPropertySource()
const;
163 void setHorizontalFormattingPropertySource(
const String& property_name);
173 const String& getVerticalFormattingPropertySource()
const;
180 void setVerticalFormattingPropertySource(
const String& property_name);
203 bool isImageFetchedFromProperty()
const;
212 const String& getImagePropertySource()
const;
224 void setImagePropertySource(
const String& property);
240 #if defined(_MSC_VER)
241 # pragma warning(pop)
244 #endif // end of guard _CEGUIFalImageryComponent_h_
VerticalFormatting
Enumeration of possible values to indicate the vertical formatting to be used for an image component...
Definition: Enums.h:58
Common base class used for renderable components within an ImagerySection.
Definition: ComponentBase.h:37
Interface for Image.
Definition: Image.h:158
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
const Image * d_image
Definition: ImageryComponent.h:230
Class that holds details of colours for the four corners of a rectangle.
Definition: ColourRect.h:43
Class that encapsulates information for a single image component.
Definition: ImageryComponent.h:46
FormattingSetting< HorizontalFormatting > d_horzFormatting
Horizontal formatting to be applied when rendering the image component.
Definition: ImageryComponent.h:234
HorizontalFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for an image componen...
Definition: Enums.h:71
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:149
String d_imagePropertyName
Name of the property to access to obtain the image to be used.
Definition: ImageryComponent.h:235
Class used to create XML Document.
Definition: XMLSerializer.h:85
String class used within the GUI system.
Definition: String.h:62