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 
8 #include <QObject>
9 
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
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqUndoRedoBehavior enables application wide undo-redo.