|
QCAD Application Framework
CAD Application Development and Automation.
|
Abstract base class for classes that are interested in the current coordinate of the mouse cursor. More...
#include <RMouseCoordinateListener.h>
Public Member Functions | |
| virtual void | setCoordinate (const RVector &wcsPosition, const RVector &ucsPosition)=0 |
| Notifies this listener if the current mouse position has changed. | |
| virtual | ~RMouseCoordinateListener () |
Abstract base class for classes that are interested in the current coordinate of the mouse cursor.
This can for example be a widget that displays the cursor coordinate.
|
inlinevirtual |
|
pure virtual |
Notifies this listener if the current mouse position has changed.
| wcsPosition | world coordinate position |
| ucsPosition | user coordinate position |