30 #ifndef _CEGUIComboboxProperties_h_
31 #define _CEGUIComboboxProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace ComboboxProperties
64 "Property to get/set the read-only setting for the Editbox. Value is either \"True\" or \"False\".",
89 "Property to get/set the validation string Editbox. Value is a text string.",
114 "Property to get/set the current carat index. Value is \"[uint]\".",
138 "EditSelectionStart",
139 "Property to get/set the zero based index of the selection start position within the text. Value is \"[uint]\".",
163 "EditSelectionLength",
164 "Property to get/set the length of the selection (as a count of the number of code points selected). Value is \"[uint]\".",
189 "Property to get/set the the maximum allowed text length (as a count of code points). Value is \"[uint]\".",
215 "Property to get/set the sort setting of the list box. Value is either \"True\" or \"False\".",
240 "ForceVertScrollbar",
241 "Property to get/set the 'always show' setting for the vertical scroll bar of the list box. Value is either \"True\" or \"False\".",
266 "ForceHorzScrollbar",
267 "Property to get/set the 'always show' setting for the horizontal scroll bar of the list box. Value is either \"True\" or \"False\".",
293 "Property to get/set the 'single click mode' setting for the combo box. Value is either \"True\" or \"False\".",
307 #endif // end of guard _CEGUIComboboxProperties_h_
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the current selection length.
Definition: CEGUIComboboxProperties.h:159
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the sort setting of the list box.
Definition: CEGUIComboboxProperties.h:210
Property to access the maximum text length for the edit box.
Definition: CEGUIComboboxProperties.h:184
Property to access the read-only setting of the edit box.
Definition: CEGUIComboboxProperties.h:59
Property to access the 'single click mode' setting for the combo box.
Definition: CEGUIComboboxProperties.h:288
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 current carat index.
Definition: CEGUIComboboxProperties.h:109
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the string used for regular expression validation of the edit box text...
Definition: CEGUIComboboxProperties.h:84
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.
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
Property to access the current selection start index.
Definition: CEGUIComboboxProperties.h:134
String class used within the GUI system.
Definition: CEGUIString.h:57