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