#include <radiobtngroup.h>
Inheritance diagram for VDKRadioButtonGroup:
|
Constructor
|
|
Destructor |
|
Add an object. Reimplemented from VDKObjectContainer. |
|
Return group box |
|
Remove a button from radio button group
|
|
Sets the button that will be selected by default
|
|
same as Buttons |
|
Returns a list of radio buttons contained into group. You can acces them: // disables last radio button int last = radio_group->Buttons.size()-1; radio_group->Buttons[last]->Enabled = false; |
|
Use this property to know wich button was toggled after a toggle_signal. Or to force a selection. Selected propery contais the ordinal number of toggled button ( 0 <= x < n) Defaults to 0 |