Definition at line 57 of file qactiongroup.h.
#include <qactiongroup.h>

Public Slots |
|
| void | setEnabled (bool) |
| void | setDisabled (bool b) |
| void | setVisible (bool) |
| void | setExclusive (bool) |
Signals |
|
| void | triggered (QAction *) |
| QT_MOC_COMPAT void | selected (QAction *) |
| void | hovered (QAction *) |
Public Member Functions |
|
| QActionGroup (QObject *parent) | |
| ~QActionGroup () | |
| QAction * | addAction (QAction *a) |
| QAction * | addAction (const QString &text) |
| QAction * | addAction (const QIcon &icon, const QString &text) |
| void | removeAction (QAction *a) |
| QList< QAction * > | actions () const |
| QAction * | checkedAction () const |
| bool | isExclusive () const |
| bool | isEnabled () const |
| bool | isVisible () const |
Properties |
|
| bool | exclusive |
| bool | enabled |
| bool | visible |
| QActionGroup | ( | QObject * | parent | ) | [explicit] |
| ~QActionGroup | ( | ) |
| void removeAction | ( | QAction * | a | ) |
| QAction* checkedAction | ( | ) | const |
| bool isExclusive | ( | ) | const |
| bool isEnabled | ( | ) | const |
| bool isVisible | ( | ) | const |
| void setEnabled | ( | bool | ) | [slot] |
| void setDisabled | ( | bool | b | ) | [inline, slot] |
| void setVisible | ( | bool | ) | [slot] |
| void setExclusive | ( | bool | ) | [slot] |
| void triggered | ( | QAction * | ) | [signal] |
| QT_MOC_COMPAT void selected | ( | QAction * | ) | [signal] |
| void hovered | ( | QAction * | ) | [signal] |
bool exclusive [read, write] |
Definition at line 62 of file qactiongroup.h.
bool enabled [read, write] |
Definition at line 63 of file qactiongroup.h.
bool visible [read, write] |
Definition at line 64 of file qactiongroup.h.