src
paraview-5.12
Qt
ApplicationComponents
pqTemporalExportReaction.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 pqTemporalExportReaction_h
5
#define pqTemporalExportReaction_h
6
7
#include "pqApplicationComponentsModule.h"
8
#include "
pqReaction.h
"
9
18
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqTemporalExportReaction
:
public
pqReaction
19
{
20
Q_OBJECT
21
typedef
pqReaction
Superclass;
22
23
public
:
24
pqTemporalExportReaction
(QAction* parent);
25
~
pqTemporalExportReaction
()
override
;
26
27
protected
Q_SLOTS:
31
void
onTriggered
()
override
;
32
33
private
:
34
Q_DISABLE_COPY(
pqTemporalExportReaction
)
35
};
36
37
#endif
pqReaction.h
pqReaction::onTriggered
virtual void onTriggered()
Called when the action is triggered.
Definition:
pqReaction.h:46
pqTemporalExportReaction
Definition:
pqTemporalExportReaction.h:18
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024