QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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
6
class
RDocumentInterface
;
7
8
17
class
RCoordinateListener
{
18
public
:
19
virtual
~RCoordinateListener
() {}
20
virtual
void
updateCoordinate
(
RDocumentInterface
* documentInterface) = 0;
21
};
22
23
Q_DECLARE_METATYPE
(QList<RCoordinateListener*>)
24
Q_DECLARE_METATYPE
(
RCoordinateListener
*)
25
26
#endif
src
core
RCoordinateListener.h
Generated on Tue Jun 26 2012 18:41:07 for QCAD Application Framework by
1.8.1.1