src
paraview-5.12
Qt
ApplicationComponents
pqAnimatedExportReaction.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 pqAnimatedExportReaction_h
5
#define pqAnimatedExportReaction_h
6
7
#include "
pqReaction.h
"
8
13
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqAnimatedExportReaction
:
public
pqReaction
14
{
15
Q_OBJECT
16
typedef
pqReaction
Superclass
;
17
18
public
:
22
pqAnimatedExportReaction
(QAction* parent);
23
29
static
void
Export();
30
static
void
Export(
const
QString& filename);
31
32
public
Q_SLOTS:
// NOLINT(readability-redundant-access-specifiers)
37
void
updateEnableState
()
override
;
38
39
protected
:
43
void
onTriggered
()
override
{
pqAnimatedExportReaction::Export
(); }
44
45
private
:
46
Q_DISABLE_COPY(
pqAnimatedExportReaction
)
47
};
48
49
#endif
pqAnimatedExportReaction::onTriggered
void onTriggered() override
Called when the action is triggered.
Definition:
pqAnimatedExportReaction.h:43
pqReaction.h
pqAnimatedExportReaction
Definition:
pqAnimatedExportReaction.h:13
pqAnimatedExportReaction::Export
static void Export()
Export the animated scene from the active render view.
pqReaction::updateEnableState
virtual void updateEnableState()
Definition:
pqReaction.h:48
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024