pqManageExpressionsReaction is the reaction to pop-up the expressions manager dialog. More...
#include <pqManageExpressionsReaction.h>
Public Member Functions | |
pqManageExpressionsReaction (QAction *action) | |
Public Member Functions inherited from pqMasterOnlyReaction | |
pqMasterOnlyReaction (QAction *parentObject) | |
pqMasterOnlyReaction (QAction *parentObject, Qt::ConnectionType type) | |
Public Member Functions inherited from pqReaction | |
pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection) | |
Constructor. More... | |
~pqReaction () override | |
QAction * | parentAction () const |
Provides access to the parent action. More... | |
Static Public Member Functions | |
static void | manageExpressions () |
Pops-up the pqExpressionsManager dialog. More... | |
Protected Member Functions | |
void | onTriggered () override |
Called when the action is triggered. More... | |
Additional Inherited Members | |
Protected Slots inherited from pqMasterOnlyReaction | |
void | updateEnableState () override |
Protected Slots inherited from pqReaction | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
Protected Attributes inherited from pqReaction | |
bool | IsMaster |
pqManageExpressionsReaction is the reaction to pop-up the expressions manager dialog.
Definition at line 15 of file pqManageExpressionsReaction.h.
pqManageExpressionsReaction::pqManageExpressionsReaction | ( | QAction * | action | ) |
|
static |
Pops-up the pqExpressionsManager dialog.
|
inlineoverrideprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 29 of file pqManageExpressionsReaction.h.