QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RTransactionListener.h
Go to the documentation of this file.
1 #ifndef RTRANSACTIONLISTENER_H
2 #define RTRANSACTIONLISTENER_H
3 
4 class RDocument;
5 class REntity;
6 
7 
8 
17 public:
18  virtual ~RTransactionListener() {}
19 
23  virtual void updateTransactionListener(const RDocument* document) = 0;
24 };
25 
27 
28 #endif