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
RMouseCoordinateListener.h
Go to the documentation of this file.
1
#ifndef RMOUSECOORDINATELISTENER_H
2
#define RMOUSECOORDINATELISTENER_H
3
4
class
RVector
;
5
13
class
RMouseCoordinateListener
{
14
public
:
15
virtual
~RMouseCoordinateListener
() {}
22
virtual
void
setCoordinate
(
const
RVector
& wcsPosition,
const
RVector
& ucsPosition) = 0;
23
};
24
25
#endif
src
core
RMouseCoordinateListener.h
Generated on Tue Jun 26 2012 18:41:07 for QCAD Application Framework by
1.8.1.1