#include <BALL/VIEW/KERNEL/MODES/interactionMode.h>
Definition at line 24 of file interactionMode.h.
BALL::VIEW::InteractionMode::InteractionMode |
( |
Scene * |
scene | ) |
|
virtual BALL::VIEW::InteractionMode::~InteractionMode |
( |
| ) |
|
|
virtual |
virtual void BALL::VIEW::InteractionMode::activate |
( |
| ) |
|
|
virtual |
virtual void BALL::VIEW::InteractionMode::addToolBarEntries |
( |
QToolBar * |
tb | ) |
|
|
virtual |
virtual void BALL::VIEW::InteractionMode::deactivate |
( |
| ) |
|
|
virtual |
virtual Qt::Key BALL::VIEW::InteractionMode::getKey |
( |
| ) |
const |
|
pure virtual |
QAction* BALL::VIEW::InteractionMode::getMainAction |
( |
| ) |
|
virtual QString BALL::VIEW::InteractionMode::getName |
( |
| ) |
const |
|
pure virtual |
float BALL::VIEW::InteractionMode::getXDiff_ |
( |
| ) |
const |
|
protected |
float BALL::VIEW::InteractionMode::getYDiff_ |
( |
| ) |
const |
|
protected |
bool BALL::VIEW::InteractionMode::isCurrent |
( |
| ) |
const |
|
inline |
virtual void BALL::VIEW::InteractionMode::keyPressEvent |
( |
QKeyEvent * |
evt | ) |
|
|
virtual |
virtual void BALL::VIEW::InteractionMode::keyReleaseEvent |
( |
QKeyEvent * |
evt | ) |
|
|
virtual |
void BALL::VIEW::InteractionMode::modeChangeSlot_ |
( |
| ) |
|
|
protectedslot |
virtual void BALL::VIEW::InteractionMode::mouseDoubleClickEvent |
( |
QMouseEvent * |
evt | ) |
|
|
virtual |
void BALL::VIEW::InteractionMode::mouseMoveEvent |
( |
QMouseEvent * |
evt | ) |
|
virtual void BALL::VIEW::InteractionMode::mouseMoveEventImpl_ |
( |
QMouseEvent * |
evt | ) |
|
|
protectedvirtual |
void BALL::VIEW::InteractionMode::mousePressEvent |
( |
QMouseEvent * |
evt | ) |
|
virtual void BALL::VIEW::InteractionMode::mousePressEventImpl_ |
( |
QMouseEvent * |
evt | ) |
|
|
protectedvirtual |
void BALL::VIEW::InteractionMode::mouseReleaseEvent |
( |
QMouseEvent * |
evt | ) |
|
virtual void BALL::VIEW::InteractionMode::mouseReleaseEventImpl_ |
( |
QMouseEvent * |
evt | ) |
|
|
protectedvirtual |
virtual void BALL::VIEW::InteractionMode::populateContextMenu |
( |
QMenu * |
| ) |
|
|
inlinevirtual |
void BALL::VIEW::InteractionMode::requestModeChange |
( |
InteractionMode * |
mode | ) |
|
|
signal |
void BALL::VIEW::InteractionMode::setCurrent |
( |
bool |
current | ) |
|
|
inline |
void BALL::VIEW::InteractionMode::setMouseSensitivity |
( |
float |
sens | ) |
|
virtual void BALL::VIEW::InteractionMode::wheelEvent |
( |
QWheelEvent * |
evt | ) |
|
|
virtual |
void BALL::VIEW::InteractionMode::zoomSystem_ |
( |
| ) |
|
|
protected |
QSize BALL::VIEW::InteractionMode::desktop_size_ |
|
protected |
bool BALL::VIEW::InteractionMode::is_current_ |
|
protected |
QAction* BALL::VIEW::InteractionMode::main_action_ |
|
protected |
QPoint BALL::VIEW::InteractionMode::mouse_pos_new_ |
|
protected |
QPoint BALL::VIEW::InteractionMode::mouse_pos_old_ |
|
protected |
float BALL::VIEW::InteractionMode::mouse_sensitivity_ |
|
protected |
float BALL::VIEW::InteractionMode::mouse_wheel_sensitivity_ |
|
protected |
Scene* BALL::VIEW::InteractionMode::scene_ |
|
protected |