Developer Documentation
|
Public Slots | |
void | slotMouseEvent (QMouseEvent *_event) |
void | slotKeyReleaseEvent (QKeyEvent *_event) |
Signals | |
void | signalTriggerCut () |
void | updateViewProxy () |
void | nodeVisChangedProxy (int _id) |
Public Member Functions | |
QtPlaneSelect (ACG::GLState &glState) | |
ACG::Vec3d | getNormal () |
ACG::Vec3d | getSourcePoint () |
unsigned int | getNode () |
unsigned int | getTargetIndex () |
Protected Attributes | |
ACG::GLState & | glState |
ACG::Vec3d | sourcePoint3D |
ACG::Vec3d | normal |
unsigned int | nodeIdx_ |
unsigned int | targetIdx_ |
bool | isDragging |
PlaneNode * | planeNode_ |
Private Member Functions | |
void | setPlaneAndSize (const ACG::Vec3d &_sourcePoint3D, const ACG::Vec3d &_target2D) |
Private Attributes | |
Plane | plane_ |
Definition at line 67 of file QtPlaneSelect.hh.