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