Intermediate class that handles relaying Qt events to VTK.
More...
#include <QQuickVTKInteractorAdapter.h>
Intermediate class that handles relaying Qt events to VTK.
Definition at line 43 of file QQuickVTKInteractorAdapter.h.
◆ QQuickVTKInteractorAdapter()
QQuickVTKInteractorAdapter::QQuickVTKInteractorAdapter |
( |
QObject * |
parent = nullptr | ) |
|
◆ setQQuickWindow()
void QQuickVTKInteractorAdapter::setQQuickWindow |
( |
QQuickWindow * |
win | ) |
|
◆ QueueHoverEvent()
void QQuickVTKInteractorAdapter::QueueHoverEvent |
( |
QQuickItem * |
item, |
|
|
QHoverEvent * |
e |
|
) |
| |
◆ QueueKeyEvent()
void QQuickVTKInteractorAdapter::QueueKeyEvent |
( |
QQuickItem * |
item, |
|
|
QKeyEvent * |
e |
|
) |
| |
◆ QueueFocusEvent()
void QQuickVTKInteractorAdapter::QueueFocusEvent |
( |
QQuickItem * |
item, |
|
|
QFocusEvent * |
e |
|
) |
| |
◆ QueueMouseEvent()
void QQuickVTKInteractorAdapter::QueueMouseEvent |
( |
QQuickItem * |
item, |
|
|
QMouseEvent * |
e |
|
) |
| |
◆ QueueGeometryChanged()
void QQuickVTKInteractorAdapter::QueueGeometryChanged |
( |
const QRectF & |
newGeometry, |
|
|
const QRectF & |
oldGeometry |
|
) |
| |
◆ QueueWheelEvent()
void QQuickVTKInteractorAdapter::QueueWheelEvent |
( |
QQuickItem * |
item, |
|
|
QWheelEvent * |
e |
|
) |
| |
◆ ProcessEvents()
◆ mapEventPosition()
static QPointF QQuickVTKInteractorAdapter::mapEventPosition |
( |
QQuickItem * |
item, |
|
|
const QPointF & |
localPos |
|
) |
| |
|
static |
◆ mapEventPositionFlipY()
static QPointF QQuickVTKInteractorAdapter::mapEventPositionFlipY |
( |
QQuickItem * |
item, |
|
|
const QPointF & |
localPos |
|
) |
| |
|
static |
◆ QueueEvent()
void QQuickVTKInteractorAdapter::QueueEvent |
( |
QEvent * |
e | ) |
|
|
protected |
The documentation for this class was generated from the following file: