BALL
1.4.79
|
#include <BALL/VIEW/KERNEL/MODES/pickingMode.h>
Public Member Functions | |
PickingMode (Scene *scene) | |
virtual void | mouseDoubleClickEvent (QMouseEvent *evt) |
virtual Qt::Key | getKey () const |
virtual QString | getName () const |
virtual void | activate () |
virtual void | deactivate () |
Public Member Functions inherited from BALL::VIEW::InteractionMode | |
InteractionMode (Scene *scene) | |
virtual | ~InteractionMode () |
virtual void | keyPressEvent (QKeyEvent *evt) |
virtual void | keyReleaseEvent (QKeyEvent *evt) |
void | mouseMoveEvent (QMouseEvent *evt) |
void | mousePressEvent (QMouseEvent *evt) |
void | mouseReleaseEvent (QMouseEvent *evt) |
virtual void | wheelEvent (QWheelEvent *evt) |
virtual void | addToolBarEntries (QToolBar *tb) |
virtual void | populateContextMenu (QMenu *) |
void | setMouseSensitivity (float sens) |
QAction * | getMainAction () |
bool | isCurrent () const |
void | setCurrent (bool current) |
Protected Member Functions | |
void | pickParent_ (const QPoint &p) |
void | selectionPressedMoved_ () |
void | selectObjects_ () |
virtual void | mouseMoveEventImpl_ (QMouseEvent *evt) |
virtual void | mousePressEventImpl_ (QMouseEvent *evt) |
virtual void | mouseReleaseEventImpl_ (QMouseEvent *evt) |
Protected Member Functions inherited from BALL::VIEW::InteractionMode | |
float | getXDiff_ () const |
float | getYDiff_ () const |
void | zoomSystem_ () |
Protected Attributes | |
bool | pick_select_ |
bool | ignore_pick_ |
QPoint | mouse_pos_pick_ |
Protected Attributes inherited from BALL::VIEW::InteractionMode | |
Scene * | scene_ |
QPoint | mouse_pos_old_ |
QPoint | mouse_pos_new_ |
QSize | desktop_size_ |
float | mouse_sensitivity_ |
float | mouse_wheel_sensitivity_ |
QAction * | main_action_ |
bool | is_current_ |
Additional Inherited Members | |
Signals inherited from BALL::VIEW::InteractionMode | |
void | requestModeChange (InteractionMode *mode) |
Protected Slots inherited from BALL::VIEW::InteractionMode | |
void | modeChangeSlot_ () |
Definition at line 11 of file pickingMode.h.
BALL::VIEW::PickingMode::PickingMode | ( | Scene * | scene | ) |
|
virtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
virtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
virtual |
Implements BALL::VIEW::InteractionMode.
|
inlinevirtual |
Implements BALL::VIEW::InteractionMode.
Definition at line 19 of file pickingMode.h.
|
virtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
protectedvirtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
protectedvirtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
protectedvirtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 26 of file pickingMode.h.
|
protected |
Definition at line 27 of file pickingMode.h.
|
protected |
Definition at line 25 of file pickingMode.h.