pqCustomizeShortcutsReaction.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 pqCustomizeShortcutsReaction_h
5 #define pqCustomizeShortcutsReaction_h
6 
7 #include "pqReaction.h"
8 
10 {
11  Q_OBJECT
12  typedef pqReaction Superclass;
13 
14 public:
15  pqCustomizeShortcutsReaction(QAction* parent);
16 
20  static void showCustomizeShortcutsDialog();
21 
22 protected:
27 };
28 
29 #endif
void onTriggered() override
Called when the action is triggered.
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
Definition: pqReaction.h:25
static void showCustomizeShortcutsDialog()
Adds camera link with the active view.