30 #ifndef _CEGUIFrameWindowProperties_h_
31 #define _CEGUIFrameWindowProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace FrameWindowProperties
64 "Property to get/set the state of the sizable setting for the FrameWindow. Value is either \"True\" or \"False\".",
90 "Property to get/set the setting for whether the window frame will be displayed. Value is either \"True\" or \"False\".",
116 "Property to get/set the setting for whether the window title-bar will be enabled (or displayed depending upon choice of final widget type). Value is either \"True\" or \"False\".",
141 "CloseButtonEnabled",
142 "Property to get/set the setting for whether the window close button will be enabled (or displayed depending upon choice of final widget type). Value is either \"True\" or \"False\".",
168 "Property to get/set the setting for whether the user is able to roll-up / shade the window. Value is either \"True\" or \"False\".",
194 "Property to get/set the roll-up / shade state of the window. Value is either \"True\" or \"False\".",
220 "Property to get/set the setting for whether the user may drag the window around by its title bar. Value is either \"True\" or \"False\".",
244 "SizingBorderThickness",
245 "Property to get/set the setting for the sizing border thickness. Value is a float specifying the border thickness in pixels.",
267 "NSSizingCursorImage",
268 "Property to get/set the N-S (up-down) sizing cursor image for the FramwWindow. Value should be \"set:[imageset name] image:[image name]\".",
289 "EWSizingCursorImage",
290 "Property to get/set the E-W (left-right) sizing cursor image for the FramwWindow. Value should be \"set:[imageset name] image:[image name]\".",
311 "NWSESizingCursorImage",
312 "Property to get/set the NW-SE diagonal sizing cursor image for the FramwWindow. Value should be \"set:[imageset name] image:[image name]\".",
333 "NESWSizingCursorImage",
334 "Property to get/set the NE-SW diagonal sizing cursor image for the FramwWindow. Value should be \"set:[imageset name] image:[image name]\".",
347 #endif // end of guard _CEGUIFrameWindowProperties_h_
Property to access the setting for whether the user is able to roll-up / shade the window...
Definition: CEGUIFrameWindowProperties.h:163
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the E-W (left/right) sizing cursor image.
Definition: CEGUIFrameWindowProperties.h:285
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the setting for the sizing border thickness.
Definition: CEGUIFrameWindowProperties.h:240
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the setting for whether the window frame will be displayed.
Definition: CEGUIFrameWindowProperties.h:85
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the N-S (up-down) sizing cursor image.
Definition: CEGUIFrameWindowProperties.h:263
Property to access the state of the sizable setting for the FrameWindow.
Definition: CEGUIFrameWindowProperties.h:59
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the roll-up / shade state of the window.
Definition: CEGUIFrameWindowProperties.h:189
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the NW-SE diagonal sizing cursor image.
Definition: CEGUIFrameWindowProperties.h:307
Property to access the setting for whether the window title-bar will be enabled (or displayed dependi...
Definition: CEGUIFrameWindowProperties.h:111
Property to access the setting for whether the user may drag the window around by its title bar...
Definition: CEGUIFrameWindowProperties.h:215
An abstract class that defines the interface to access object properties by name. ...
Definition: CEGUIProperty.h:61
Property(const String &name, const String &help, const String &defaultValue="", bool writesXML=true)
Creates a new Property object.
Definition: CEGUIProperty.h:81
Property to access the NE-SW diagonal sizing cursor image.
Definition: CEGUIFrameWindowProperties.h:329
String class used within the GUI system.
Definition: CEGUIString.h:57
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.