25 #ifndef YRadioButtonGroup_h 26 #define YRadioButtonGroup_h 28 #include "YSingleChildContainerWidget.h" 33 typedef std::list<YRadioButton *> YRadioButtonList;
34 typedef YRadioButtonList::iterator YRadioButtonListIterator;
35 typedef YRadioButtonList::const_iterator YRadioButtonListConstIterator;
59 virtual const char *
widgetClass()
const {
return "YRadioButtonGroup"; }
111 virtual bool setProperty(
const std::string & propertyName,
160 #endif // YRadioButtonGroup_h
Transport class for the value of simple properties.
A set of properties to check names and types against.