25#ifndef YRadioButtonGroup_h
26#define YRadioButtonGroup_h
28#include "YSingleChildContainerWidget.h"
33typedef std::list<YRadioButton *> YRadioButtonList;
34typedef YRadioButtonList::iterator YRadioButtonListIterator;
35typedef YRadioButtonList::const_iterator YRadioButtonListConstIterator;
59 virtual const char *
widgetClass()
const {
return "YRadioButtonGroup"; }
111 virtual bool setProperty(
const std::string & propertyName,
Definition YProperty.h:198
Definition YProperty.h:105