src
paraview-5.12
Qt
ApplicationComponents
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
9
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqCustomizeShortcutsReaction
:
public
pqReaction
10
{
11
Q_OBJECT
12
typedef
pqReaction
Superclass
;
13
14
public
:
15
pqCustomizeShortcutsReaction
(QAction* parent);
16
20
static
void
showCustomizeShortcutsDialog();
21
22
protected
:
26
void
onTriggered
()
override
{
pqCustomizeShortcutsReaction::showCustomizeShortcutsDialog
(); }
27
};
28
29
#endif
pqReaction.h
pqCustomizeShortcutsReaction::onTriggered
void onTriggered() override
Called when the action is triggered.
Definition:
pqCustomizeShortcutsReaction.h:26
pqCustomizeShortcutsReaction
Definition:
pqCustomizeShortcutsReaction.h:9
pqCustomizeShortcutsReaction::showCustomizeShortcutsDialog
static void showCustomizeShortcutsDialog()
Adds camera link with the active view.
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024