25#ifndef YRadioButtonGroup_h
26#define YRadioButtonGroup_h
28#include "YSingleChildContainerWidget.h"
33typedef std::list<YRadioButton *> YRadioButtonList;
35typedef YRadioButtonList::const_iterator YRadioButtonListConstIterator;
59 virtual const char *
widgetClass()
const {
return "YRadioButtonGroup"; }
TreeItem(const PAYLOAD &val, TreeItem< PAYLOAD > *parent=0)
Definition TreeItem.h:49
Definition YProperty.h:198
Definition YProperty.h:105