QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RCoordinateListener.h
Go to the documentation of this file.
1 #ifndef RCOORDINATELISTENER_H
2 #define RCOORDINATELISTENER_H
3 
4 #include <QMetaType>
5 
7 
8 
18 public:
19  virtual ~RCoordinateListener() {}
20  virtual void updateCoordinate(RDocumentInterface* documentInterface) = 0;
21 };
22 
23 Q_DECLARE_METATYPE(QList<RCoordinateListener*>)
25 
26 #endif