30 #ifndef _CEGUIEditboxProperties_h_
31 #define _CEGUIEditboxProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace EditboxProperties
66 "Property to get/set the read-only setting for the Editbox. Value is either \"True\" or \"False\".",
94 "Property to get/set the mask text setting for the Editbox. Value is either \"True\" or \"False\".",
121 "Property to get/set the utf32 codepoint value used for masking text. Value is \"[uint]\".",
146 "Property to get/set the validation string Editbox. Value is a text string.",
171 "Property to get/set the current carat index. Value is \"[uint]\".",
196 "Property to get/set the zero based index of the selection start position within the text. Value is \"[uint]\".",
221 "Property to get/set the length of the selection (as a count of the number of code points selected). Value is \"[uint]\".",
246 "Property to get/set the the maximum allowed text length (as a count of code points). Value is \"[uint]\".",
271 "Property to get/set the normal, unselected, text colour used for rendering text. Value is \"aarrggbb\" (hex).",
295 "SelectedTextColour",
296 "Property to get/set the colour used for rendering text within the selection area. Value is \"aarrggbb\" (hex).",
320 "ActiveSelectionColour",
321 "Property to get/set the colour used for rendering the selection highlight when the edit box is active. Value is \"aarrggbb\" (hex).",
345 "InactiveSelectionColour",
346 "Property to get/set the colour used for rendering the selection highlight when the edit box is inactive. Value is \"aarrggbb\" (hex).",
359 #endif // end of guard _CEGUIEditboxProperties_h_
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the mask text setting of the edit box.
Definition: CEGUIEditboxProperties.h:116
Property to access the current carat index.
Definition: CEGUIEditboxProperties.h:166
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 mask text setting of the edit box.
Definition: CEGUIEditboxProperties.h:89
Property to access the current selection start index.
Definition: CEGUIEditboxProperties.h:191
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.
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 maximum text length for the edit box.
Definition: CEGUIEditboxProperties.h:241
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: CEGUIEditboxProperties.h:141
Property to access the normal, unselected, text colour used for rendering text.
Definition: CEGUIEditboxProperties.h:266
Property to access the colour used for rendering the selection highlight when the edit box is inactiv...
Definition: CEGUIEditboxProperties.h:341
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the colour used for rendering text within the selection area.
Definition: CEGUIEditboxProperties.h:291
Property to access the current selection length.
Definition: CEGUIEditboxProperties.h:216
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 colour used for rendering the selection highlight when the edit box is active...
Definition: CEGUIEditboxProperties.h:316
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the read-only setting of the edit box.
Definition: CEGUIEditboxProperties.h:61
String class used within the GUI system.
Definition: CEGUIString.h:57