30 #ifndef _CEGUIListHeaderProperties_h_
31 #define _CEGUIListHeaderProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace ListHeaderProperties
64 "Property to get/set the setting for user sizing of the column headers. Value is either \"True\" or \"False\".",
90 "Property to get/set the setting for user moving of the column headers. Value is either \"True\" or \"False\".",
115 "SortSettingEnabled",
116 "Property to get/set the setting for for user modification of the sort column & direction. Value is either \"True\" or \"False\".",
143 "Property to get/set the sort direction setting of the header. Value is the text of one of the SortDirection enumerated value names.",
168 "Property to get/set the current sort column (via ID code). Value is an unsigned integer number.",
181 #endif // end of guard _CEGUIListHeaderProperties_h_
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 current sort column (via ID code).
Definition: CEGUIListHeaderProperties.h:163
Property to access the setting for user moving of the column headers.
Definition: CEGUIListHeaderProperties.h:85
An abstract class that defines the interface to access object properties by name. ...
Definition: CEGUIProperty.h:61
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
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 setting for user sizing of the column headers.
Definition: CEGUIListHeaderProperties.h:59
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
String class used within the GUI system.
Definition: CEGUIString.h:57