QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RTransactionStack.h
Go to the documentation of this file.
1
20#ifndef RTRANSACTIONSTACK_H
21#define RTRANSACTIONSTACK_H
22
23#include "core_global.h"
24
25#include <QMetaType>
26
27#include "RNonCopyable.h"
28#include "RTransaction.h"
29
38public:
41
42 void reset();
43
44 QList<RTransaction> undo();
45 QList<RTransaction> redo();
46 bool isUndoAvailable() const;
47 bool isRedoAvailable() const;
48 QString getUndoableTransactionText() const;
49 QString getRedoableTransactionText() const;
50
51private:
53};
54
56
57#endif
Q_DECLARE_METATYPE(RMath *)
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RNonCopyable.h:32
This is the abstract base class for all storage implementations.
Definition RStorage.h:67
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RTransactionStack.h:37
RStorage & storage
Definition RTransactionStack.h:52
#define QCADCORE_EXPORT
Definition core_global.h:10