QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RTransactionStack.h
Go to the documentation of this file.
1 #ifndef RTRANSACTIONSTACK_H
2 #define RTRANSACTIONSTACK_H
3 
4 #include <QMetaType>
5 
6 #include "RNonCopyable.h"
7 #include "RTransaction.h"
8 
9 class RDocument;
10 
19 public:
22 
23  void reset();
24 
27  bool isUndoAvailable() const;
28  bool isRedoAvailable() const;
29 
30 private:
32 };
33 
35 
36 #endif