Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::InteractionEventMapperQt Class Reference

Map Qt interaction events Mouse, Keyboard, Touch to the corresponing inviwo events. More...

#include <interactioneventmapperqt.h>

+ Inheritance diagram for inviwo::InteractionEventMapperQt:

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)
 

Detailed Description

Map Qt interaction events Mouse, Keyboard, Touch to the corresponing inviwo events.


The documentation for this class was generated from the following file: