28 #ifndef _CEGUIDragContainerProperties_h_
29 #define _CEGUIDragContainerProperties_h_
31 #include "../CEGUIProperty.h"
37 namespace DragContainerProperties
56 "Property to get/set the state of the dragging enabled setting for the DragContainer. Value is either \"True\" or \"False\".",
80 "Property to get/set the dragging alpha value. Value is a float.",
104 "Property to get/set the dragging threshold value. Value is a float.",
131 "Property to get/set the mouse cursor image used when dragging. Value should be \"set:<imageset name> image:<image name>\".",
156 "Property to get/set the state of the sticky mode setting for the "
157 "DragContainer. Value is either \"True\" or \"False\".",
188 "Property to get/set the state of the fixed dragging offset "
189 "setting for the DragContainer. "
190 "Value is a UVector2 property value.",
216 "UseFixedDragOffset",
217 "Property to get/set the setting that control whether the fixed "
218 "dragging offset will be used. "
219 "Value is either \"True\" or \"False\".",
231 #endif // end of guard _CEGUIDragContainerProperties_h_
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 state of the fixed dragging offset setting.
Definition: CEGUIDragContainerProperties.h:183
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the dragging alpha value.
Definition: CEGUIDragContainerProperties.h:75
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the state of the sticky mode setting.
Definition: CEGUIDragContainerProperties.h:151
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the dragging threshold value.
Definition: CEGUIDragContainerProperties.h:99
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.
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
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the state of the dragging enabled setting.
Definition: CEGUIDragContainerProperties.h:51
Property to access the setting that controls whether the fixed drag offset will be used...
Definition: CEGUIDragContainerProperties.h:212
String class used within the GUI system.
Definition: CEGUIString.h:57
Property to access the dragging mouse cursor setting.
Definition: CEGUIDragContainerProperties.h:126