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