2013-03-15 13:11:33 +00:00
|
|
|
namespace phoenix {
|
|
|
|
|
2011-02-27 09:05:10 +00:00
|
|
|
bool pRadioItem::checked() {
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
void pRadioItem::setChecked() {
|
|
|
|
}
|
|
|
|
|
2013-05-02 11:25:45 +00:00
|
|
|
void pRadioItem::setGroup(const group<RadioItem>& group) {
|
2011-02-27 09:05:10 +00:00
|
|
|
}
|
|
|
|
|
2013-05-02 11:25:45 +00:00
|
|
|
void pRadioItem::setText(const string& text) {
|
2011-02-27 09:05:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void pRadioItem::constructor() {
|
|
|
|
}
|
2011-09-05 03:48:23 +00:00
|
|
|
|
|
|
|
void pRadioItem::destructor() {
|
|
|
|
}
|
2013-03-15 13:11:33 +00:00
|
|
|
|
|
|
|
}
|