Qt
ApplicationComponents
pqUndoRedoBehavior.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 pqUndoRedoBehavior_h
5
#define pqUndoRedoBehavior_h
6
7
#include "
pqApplicationComponentsModule.h
"
8
#include <QObject>
9
14
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqUndoRedoBehavior
:
public
QObject
15
{
16
Q_OBJECT
17
typedef
QObject Superclass;
18
19
public
:
20
pqUndoRedoBehavior
(QObject* parent =
nullptr
);
21
22
protected
:
23
private
:
24
Q_DISABLE_COPY(
pqUndoRedoBehavior
)
25
};
26
27
#endif
PQAPPLICATIONCOMPONENTS_EXPORT
#define PQAPPLICATIONCOMPONENTS_EXPORT
Definition:
pqApplicationComponentsModule.h:15
pqApplicationComponentsModule.h
pqUndoRedoBehavior
pqUndoRedoBehavior enables application wide undo-redo.
Definition:
pqUndoRedoBehavior.h:14
Generated by
1.8.13 on Tue Dec 31 2024