![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
RadioGroup
Contained in: global
Derived from:
none
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
| CL_RadioGroup | (); | |
| ~CL_RadioGroup | (); | |
Attributes: |
||
| int | get_count | () const; |
| CL_RadioButton* | get_toggled | () const; |
| const std::vector<CL_RadioButton* >& | get_buttons | () const; |
Operations: |
||
| void | add | (CL_RadioButton* button, bool delete_component = false); |
| void | remove | (CL_RadioButton* button); |
Signals: |
||
| CL_Signal_v1<CL_RadioButton* >& | sig_selection_changed | (); |
private function member index: |
||
Implementation: |
||
| CL_RadioGroup | (const CL_RadioGroup& copy); | |