28 #ifndef _CEGUIFalStateImagery_h_
29 #define _CEGUIFalStateImagery_h_
31 #include "CEGUIFalLayerSpecification.h"
32 #include "../CEGUIWindow.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4251)
120 const String& getName()
const;
132 bool isClippedToDisplay()
const;
147 void setClippedToDisplay(
bool setting);
163 typedef std::multiset<LayerSpecification> LayersList;
167 bool d_clipToDisplay;
173 #if defined(_MSC_VER)
174 # pragma warning(pop)
177 #endif // end of guard _CEGUIFalStateImagery_h_
Class that encapsulates a single layer of imagery.
Definition: CEGUIFalLayerSpecification.h:46
Class that holds details of colours for the four corners of a rectangle.
Definition: CEGUIColourRect.h:44
Class the encapsulates imagery for a given widget state.
Definition: CEGUIFalStateImagery.h:47
StateImagery()
Constructor.
Definition: CEGUIFalStateImagery.h:54
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: CEGUIWindow.h:138
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