#include <QRadioButtonGroup.h>
Collaboration diagram for QRadioButtonGroup:

Public Methods | |
| void | add (QRadioButton *button) |
| adds a button to this group | |
| void | remove (QRadioButton *button) |
| removes a button from this group | |
| void | setAsSelected (QRadioButton *button) |
| sets given radio button as selected | |
| void | print () |
| prints itself to the cout | |
| QRadioButtonGroup () | |
| Constructor. | |
| virtual | ~QRadioButtonGroup () |
| Destructor. | |
| void | add (QRadioButton *button) |
| adds a button to this group | |
| void | remove (QRadioButton *button) |
| removes a button from this group | |
| void | setAsSelected (QRadioButton *button) |
| sets given radio button as selected | |
| void | print () |
| prints itself to the cout | |
| QRadioButtonGroup () | |
| Constructor. | |
| virtual | ~QRadioButtonGroup () |
| Destructor. | |
Protected Attributes | |
| list< QRadioButton * > | Items |
| radio buttons in the group | |
| list< QRadioButton * > | Items |
| radio buttons in the group | |
Definition at line 16 of file QRadioButtonGroup.h.
|
|
Constructor.
Definition at line 58 of file QRadioButtonGroup.cpp. |
|
|
Destructor.
Definition at line 65 of file QRadioButtonGroup.cpp. |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
adds a button to this group
|
|
|
adds a button to this group
Definition at line 14 of file QRadioButtonGroup.cpp. References Items. Referenced by QRadioButton::setRadioButtonGroup(). |
|
|
prints itself to the cout
|
|
|
prints itself to the cout
Definition at line 48 of file QRadioButtonGroup.cpp. |
|
|
removes a button from this group
|
|
|
removes a button from this group
Definition at line 21 of file QRadioButtonGroup.cpp. References Items. Referenced by QRadioButton::setRadioButtonGroup(). |
|
|
sets given radio button as selected
|
|
|
sets given radio button as selected
Definition at line 27 of file QRadioButtonGroup.cpp. References Items. Referenced by QRadioButton::processEvent(). |
|
|
radio buttons in the group
Definition at line 21 of file QRadioButtonGroup.h. |
|
|
radio buttons in the group
Definition at line 20 of file QRadioButtonGroup.h. Referenced by add(), remove(), and setAsSelected(). |
1.2.18