7 #include "pqApplicationComponentsModule.h"
25 class PQAPPLICATIONCOMPONENTS_EXPORT
pqReaction :
public QObject
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);