QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RBlockListener.h
Go to the documentation of this file.
1 #ifndef RBLOCKLISTENER_H
2 #define RBLOCKLISTENER_H
3 
5 
6 
7 
17 public:
18  virtual ~RBlockListener() {}
19 
24  virtual void updateBlocks(RDocumentInterface* documentInterface) = 0;
25 
29  virtual void clearBlocks() = 0;
30 };
31 
33 
34 #endif