Definition at line 59 of file qbuttongroup.h.
#include <qbuttongroup.h>

Signals |
|
| void | buttonClicked (QAbstractButton *) |
| void | buttonClicked (int) |
| void | buttonPressed (QAbstractButton *) |
| void | buttonPressed (int) |
| void | buttonReleased (QAbstractButton *) |
| void | buttonReleased (int) |
Public Member Functions |
|
| QButtonGroup (QObject *parent=0) | |
| ~QButtonGroup () | |
| void | setExclusive (bool) |
| bool | exclusive () const |
| void | addButton (QAbstractButton *) |
| void | addButton (QAbstractButton *, int id) |
| void | removeButton (QAbstractButton *) |
| QList< QAbstractButton * > | buttons () const |
| QAbstractButton * | checkedButton () const |
| QAbstractButton * | button (int id) const |
| void | setId (QAbstractButton *button, int id) |
| int | id (QAbstractButton *button) const |
| int | checkedId () const |
Properties |
|
| bool | exclusive |
Friends |
|
| class | QAbstractButton |
| class | QAbstractButtonPrivate |
| QButtonGroup | ( | QObject * | parent = 0 |
) | [explicit] |
| ~QButtonGroup | ( | ) |
| void setExclusive | ( | bool | ) |
| bool exclusive | ( | ) | const |
| void addButton | ( | QAbstractButton * | ) |
| void addButton | ( | QAbstractButton * | , |
| int | id | ||
| ) |
| void removeButton | ( | QAbstractButton * | ) |
| QList<QAbstractButton*> buttons | ( | ) | const |
| QAbstractButton* checkedButton | ( | ) | const |
| QAbstractButton* button | ( | int | id | ) | const |
| void setId | ( | QAbstractButton * | button, |
| int | id | ||
| ) |
| int id | ( | QAbstractButton * | button | ) | const |
| int checkedId | ( | ) | const |
| void buttonClicked | ( | QAbstractButton * | ) | [signal] |
| void buttonClicked | ( | int | ) | [signal] |
| void buttonPressed | ( | QAbstractButton * | ) | [signal] |
| void buttonPressed | ( | int | ) | [signal] |
| void buttonReleased | ( | QAbstractButton * | ) | [signal] |
| void buttonReleased | ( | int | ) | [signal] |
friend class QAbstractButton
[friend] |
Definition at line 102 of file qbuttongroup.h.
friend class QAbstractButtonPrivate
[friend] |
Definition at line 103 of file qbuttongroup.h.
bool exclusive [read, write] |
Definition at line 63 of file qbuttongroup.h.