|
QCAD Application Framework
CAD Application Development and Automation.
|
Coordinate Event. More...
#include <RCoordinateEvent.h>
Public Member Functions | |
| RCoordinateEvent (const RVector &position, RGraphicsScene &s, RGraphicsView &v) | |
Public Member Functions inherited from RInputEvent | |
| RGraphicsScene & | getGraphicsScene () const |
| RGraphicsView & | getGraphicsView () const |
| RVector | getModelPosition () const |
| RVector | getScreenPosition () const |
| bool | isValid () const |
| RInputEvent (const RVector &position, RGraphicsScene &s, RGraphicsView &v) | |
| void | setModelPosition (const RVector &v) |
| virtual | ~RInputEvent () |
Additional Inherited Members | |
Protected Attributes inherited from RInputEvent | |
| RVector | modelPosition |
| RGraphicsScene & | scene |
| RVector | screenPosition |
| RGraphicsView & | view |
Coordinate Event.
| RCoordinateEvent::RCoordinateEvent | ( | const RVector & | position, |
| RGraphicsScene & | s, | ||
| RGraphicsView & | v | ||
| ) |
| position | Absolute model coordinate. |