src
paraview-5.12
Qt
ApplicationComponents
pqLockPanelsReaction.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 pqLockPanelsReaction_h
5
#define pqLockPanelsReaction_h
6
7
#include "
pqReaction.h
"
8
9
class
pqLockPanelsBehavior
;
10
class
QMainWindow;
11
18
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqLockPanelsReaction
:
public
pqReaction
19
{
20
Q_OBJECT
21
typedef
pqReaction
Superclass
;
22
23
public
:
24
pqLockPanelsReaction
(QAction* action);
25
~
pqLockPanelsReaction
()
override
;
26
27
public
Q_SLOTS:
// NOLINT(readability-redundant-access-specifiers)
28
void
actionTriggered();
29
30
private
:
31
Q_DISABLE_COPY(
pqLockPanelsReaction
)
32
};
33
34
#endif // pqLockPanelsReaction_h
pqReaction.h
pqLockPanelsBehavior
Definition:
pqLockPanelsBehavior.h:19
pqLockPanelsReaction
Definition:
pqLockPanelsReaction.h:18
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024