BALL
1.4.79
|
#include <BALL/VIEW/KERNEL/MODES/moveMode.h>
Public Member Functions | |
MoveMode (Scene *scene) | |
virtual Qt::Key | getKey () const |
virtual QString | getName () const |
virtual void | activate () |
virtual void | populateContextMenu (QMenu *menu) |
Public Member Functions inherited from BALL::VIEW::InteractionMode | |
InteractionMode (Scene *scene) | |
virtual | ~InteractionMode () |
virtual void | keyPressEvent (QKeyEvent *evt) |
virtual void | keyReleaseEvent (QKeyEvent *evt) |
virtual void | mouseDoubleClickEvent (QMouseEvent *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 | deactivate () |
void | setMouseSensitivity (float sens) |
QAction * | getMainAction () |
bool | isCurrent () const |
void | setCurrent (bool current) |
Protected Slots | |
void | moveAtomTriggered_ () |
Protected Slots inherited from BALL::VIEW::InteractionMode | |
void | modeChangeSlot_ () |
Protected Member Functions | |
Index | getMoveModeAction_ (QMouseEvent *e) |
void | processMoveModeMouseEvents_ (QMouseEvent *e) |
virtual void | mouseMoveEventImpl_ (QMouseEvent *evt) |
virtual void | mouseReleaseEventImpl_ (QMouseEvent *evt) |
Protected Member Functions inherited from BALL::VIEW::InteractionMode | |
virtual void | mousePressEventImpl_ (QMouseEvent *evt) |
float | getXDiff_ () const |
float | getYDiff_ () const |
void | zoomSystem_ () |
Protected Attributes | |
QAction * | move_atom_ |
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) |
Definition at line 11 of file moveMode.h.
BALL::VIEW::MoveMode::MoveMode | ( | Scene * | scene | ) |
|
virtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
virtual |
Implements BALL::VIEW::InteractionMode.
|
protected |
|
inlinevirtual |
Implements BALL::VIEW::InteractionMode.
Definition at line 19 of file moveMode.h.
|
protectedvirtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
protectedvirtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
protectedslot |
|
virtual |
Reimplemented from BALL::VIEW::InteractionMode.
|
protected |
|
protected |
Definition at line 28 of file moveMode.h.