pqManageLinksReaction.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 pqManageLinksReaction_h
5 #define pqManageLinksReaction_h
6 
7 #include "pqMasterOnlyReaction.h"
8 
14 {
15  Q_OBJECT
17 
18 public:
19  pqManageLinksReaction(QAction* action)
20  : Superclass(action)
21  {
22  }
23 
27  static void manageLinks();
28 
29 protected:
31 
32 private:
33  Q_DISABLE_COPY(pqManageLinksReaction)
34 };
35 
36 #endif
pqManageLinksReaction(QAction *action)
#define PQAPPLICATIONCOMPONENTS_EXPORT
static void manageLinks()
Pops-up the pqLinksManager dialog.
pqManageLinksReaction is the reaction to pop-up the links manager dialog.
void onTriggered() override
Called when the action is triggered.
This is a superclass just to make it easier to collect all such reactions.