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;
56 virtual const char *
widgetClass()
const {
return "YRadioButtonGroup"; }
108 virtual bool setProperty(
const std::string & propertyName,
157 #endif // YRadioButtonGroup_h