Qt 5.11
Qt Widgets
C++ Classes
QActionGroup
Qt 5.11.3 Reference Documentation
List of All Members for QActionGroup
This is the complete list of members for
QActionGroup
, including inherited members.
QActionGroup
(QObject *)
~QActionGroup
()
actions
() const : QList<QAction *>
addAction
(QAction *) : QAction *
addAction
(const QString &) : QAction *
addAction
(const QIcon &, const QString &) : QAction *
checkedAction
() const : QAction *
hovered
(QAction *)
isEnabled
() const : bool
isExclusive
() const : bool
isVisible
() const : bool
metaObject
() const : const QMetaObject *
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
removeAction
(QAction *)
setDisabled
(bool )
setEnabled
(
bool
)
setExclusive
(
bool
)
setVisible
(
bool
)
staticMetaObject
: const QMetaObject
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
triggered
(QAction *)