pqManageExpressionsReaction.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 #ifndef pqManageExpressionsReaction_h
5 #define pqManageExpressionsReaction_h
6 
7 #include "pqMasterOnlyReaction.h"
8 
9 class QAction;
10 
16 {
17  Q_OBJECT
19 
20 public:
21  pqManageExpressionsReaction(QAction* action);
22 
26  static void manageExpressions();
27 
28 protected:
30 
31 private:
32  Q_DISABLE_COPY(pqManageExpressionsReaction)
33 };
34 
35 #endif
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
void onTriggered() override
Called when the action is triggered.
static void manageExpressions()
Pops-up the pqExpressionsManager dialog.
pqManageExpressionsReaction is the reaction to pop-up the expressions manager dialog.