src
paraview-5.12
Qt
ApplicationComponents
pqCatalystRemoveBreakpointReaction.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 pqCatalystRemoveBreakpointReaction_h
5
#define pqCatalystRemoveBreakpointReaction_h
6
7
#include "
pqReaction.h
"
8
#include <QPointer>
9
10
class
pqLiveInsituVisualizationManager
;
11
class
vtkSMLiveInsituLinkProxy
;
12
21
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqCatalystRemoveBreakpointReaction
:
public
pqReaction
22
{
23
Q_OBJECT
24
typedef
pqReaction
Superclass
;
25
26
public
:
27
pqCatalystRemoveBreakpointReaction
(QAction* parent =
nullptr
);
28
29
public
Q_SLOTS:
// NOLINT(readability-redundant-access-specifiers)
30
void
updateEnableState
()
override
;
31
32
protected
:
33
void
onTriggered
()
override
;
34
35
private
:
36
Q_DISABLE_COPY(
pqCatalystRemoveBreakpointReaction
)
37
};
38
39
#endif
pqReaction.h
vtkSMLiveInsituLinkProxy
Performs additional operation on the Live client.
Definition:
vtkSMLiveInsituLinkProxy.h:25
pqLiveInsituVisualizationManager
Manages the live-coprocessing link.
Definition:
pqLiveInsituVisualizationManager.h:26
pqReaction::onTriggered
virtual void onTriggered()
Called when the action is triggered.
Definition:
pqReaction.h:46
pqCatalystRemoveBreakpointReaction
Reaction for setting a breakpoint to Catalyst CoProcessing Engine for Live-Data Visualization.
Definition:
pqCatalystRemoveBreakpointReaction.h:21
pqReaction::updateEnableState
virtual void updateEnableState()
Definition:
pqReaction.h:48
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024