28 typedef QObject Superclass;
34 pqReaction(QAction* parent, Qt::ConnectionType
type = Qt::AutoConnection);
40 QAction*
parentAction()
const {
return qobject_cast<QAction*>(this->parent()); }
49 virtual void updateMasterEnableState(
bool);
virtual void updateEnableState()
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
QAction * parentAction() const
Provides access to the parent action.
virtual void onTriggered()
Called when the action is triggered.