28 #ifndef _CEGUIItemListBaseProperties_h_
29 #define _CEGUIItemListBaseProperties_h_
31 #include "../CEGUIProperty.h"
41 namespace ItemListBaseProperties
60 "Property to get/set the state of the auto resizing enabled setting for the ItemListBase. Value is either \"True\" or \"False\".",
85 "Property to get/set the state of the sorting enabled setting for the ItemListBase. Value is either \"True\" or \"False\".",
113 "Property to get/set the sorting mode for the ItemListBase. Value is either \"Ascending\", \"Descending\" or \"UserSort\".",
124 #endif // end of guard _CEGUIItemListBaseProperties_h_
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the state of the auto resize enabled setting.
Definition: CEGUIItemListBaseProperties.h:55
Property to access the sorting mode.
Definition: CEGUIItemListBaseProperties.h:108
Property to access the state of the sorting enabled setting.
Definition: CEGUIItemListBaseProperties.h:80
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.
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
String class used within the GUI system.
Definition: CEGUIString.h:57