|
QCAD Application Framework
CAD Application Development and Automation.
|
Entity pick event. More...
#include <REntityPickEvent.h>
Public Member Functions | |
| REntity::Id | getEntityId () const |
| bool | isValid () const |
| REntityPickEvent (REntity::Id entityId, 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 |
| RInputEvent (const RVector &position, RGraphicsScene &s, RGraphicsView &v) | |
| void | setModelPosition (const RVector &v) |
| virtual | ~RInputEvent () |
Private Attributes | |
| REntity::Id | entityId |
Additional Inherited Members | |
Protected Attributes inherited from RInputEvent | |
| RVector | modelPosition |
| RGraphicsScene & | scene |
| RVector | screenPosition |
| RGraphicsView & | view |
Entity pick event.
| REntityPickEvent::REntityPickEvent | ( | REntity::Id | entityId, |
| const RVector & | position, | ||
| RGraphicsScene & | s, | ||
| RGraphicsView & | v | ||
| ) |
| entityId | ID of picked entity. |
| pos | Absolute coordinate. |
|
inline |
|
inline |
Reimplemented from RInputEvent.
|
private |