QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RUcsListener.h
Go to the documentation of this file.
1 #ifndef RUCSLISTENER_H
2 #define RUCSLISTENER_H
3 
5 
6 
7 
15 class RUcsListener {
16 public:
17  virtual ~RUcsListener() {}
18 
23  virtual void update(RDocumentInterface* documentInterface) = 0;
24 
28  virtual void clear() = 0;
29 };
30 
32 
33 #endif