Definition at line 53 of file qactiongroup.cpp.
◆ QActionGroupPrivate()
QActionGroupPrivate::QActionGroupPrivate |
( |
| ) |
|
|
inline |
◆ _q_actionChanged()
void QActionGroupPrivate::_q_actionChanged |
( |
| ) |
|
|
private |
Definition at line 70 of file qactiongroup.cpp.
74 Q_ASSERT_X(action != 0,
"QWidgetGroup::_q_actionChanged",
"internal error");
T qobject_cast(QObject *object)
QPointer< QAction > current
The QActionGroup class groups actions together.
#define Q_ASSERT_X(cond, where, what)
The QAction class provides an abstract user interface action that can be inserted into widgets...
◆ _q_actionHovered()
void QActionGroupPrivate::_q_actionHovered |
( |
| ) |
|
|
private |
Definition at line 97 of file qactiongroup.cpp.
101 Q_ASSERT_X(action != 0,
"QWidgetGroup::_q_actionHovered",
"internal error");
102 emit q->hovered(action);
T qobject_cast(QObject *object)
The QActionGroup class groups actions together.
#define Q_ASSERT_X(cond, where, what)
The QAction class provides an abstract user interface action that can be inserted into widgets...
◆ _q_actionTriggered()
void QActionGroupPrivate::_q_actionTriggered |
( |
| ) |
|
|
private |
Definition at line 88 of file qactiongroup.cpp.
92 Q_ASSERT_X(action != 0,
"QWidgetGroup::_q_actionTriggered",
"internal error");
93 emit q->triggered(action);
94 emit q->selected(action);
T qobject_cast(QObject *object)
The QActionGroup class groups actions together.
#define Q_ASSERT_X(cond, where, what)
The QAction class provides an abstract user interface action that can be inserted into widgets...
◆ actions
◆ current
◆ enabled
uint QActionGroupPrivate::enabled |
◆ exclusive
uint QActionGroupPrivate::exclusive |
◆ visible
uint QActionGroupPrivate::visible |
The documentation for this class was generated from the following file: