QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RSelectionListener.h
Go to the documentation of this file.
1 #ifndef RSELECTIONLISTENER_H
2 #define RSELECTIONLISTENER_H
3 
5 
6 
7 
16 public:
17  virtual ~RSelectionListener() {}
18 
22  virtual void updateSelectionListener(RDocumentInterface* documentInterface) = 0;
23 };
24 
26 
27 #endif