Public Member Functions | |
| RadiobuttonGroup (GuiObject *boss, uint32 cmd=0) | |
| void | addButton (RadiobuttonWidget *button) |
| Common::Array< RadiobuttonWidget * > | getButtonList () const |
| void | setValue (int state) |
| int | getValue () const |
| void | setEnabled (bool ena) |
| void | setCmd (uint32 cmd) |
| uint32 | getCmd () const |
Public Member Functions inherited from GUI::CommandSender | |
| CommandSender (CommandReceiver *target) | |
| void | setTarget (CommandReceiver *target) |
| CommandReceiver * | getTarget () const |
| virtual void | sendCommand (uint32 cmd, uint32 data) |
Protected Attributes | |
| Common::Array< RadiobuttonWidget * > | _buttons |
| int | _value |
| uint32 | _cmd |
Protected Attributes inherited from GUI::CommandSender | |
| CommandReceiver * | _target |