30 #ifndef _CEGUIRadioButtonProperties_h_
31 #define _CEGUIRadioButtonProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace RadioButtonProperties
64 "Property to get/set the selected state of the RadioButton. Value is either \"True\" or \"False\".",
89 "Property to get/set the radio button group ID. Value is an unsigned integer number.",
103 #endif // end of guard _CEGUIRadioButtonProperties_h_
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
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