Inviwo 0.9.12-pre
Inviwo documentation
|
Map Qt interaction events Mouse, Keyboard, Touch to the corresponing inviwo events. More...
#include <interactioneventmapperqt.h>
Public Member Functions | |
InteractionEventMapperQt (QObject *parent, EventPropagator *propagator, std::function< size2_t()> canvasDimensions, std::function< size2_t()> imageDimensions, std::function< double(dvec2)> depth, std::function< void(QMouseEvent *)> contextMenu, std::function< void(Qt::CursorShape)> cursorChange) | |
virtual bool | eventFilter (QObject *obj, QEvent *ev) override |
void | handleTouch (bool on) |
void | handleGestures (bool on) |
Map Qt interaction events Mouse, Keyboard, Touch to the corresponing inviwo events.