20#ifndef RTRANSACTIONSTACK_H
21#define RTRANSACTIONSTACK_H
44 QList<RTransaction> undo();
45 QList<RTransaction> redo();
46 bool isUndoAvailable()
const;
47 bool isRedoAvailable()
const;
48 QString getUndoableTransactionText()
const;
49 QString getRedoableTransactionText()
const;
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