QAbstract3DInputHandler¶

PyQt5.QtDataVisualization.QAbstract3DInputHandler

Inherits from QObject.

Inherited by Q3DInputHandler.

Description¶

TODO

Enums¶

InputView

TODO

Member

Value

Description

InputViewNone

TODO

TODO

InputViewOnPrimary

TODO

TODO

InputViewOnSecondary

TODO

TODO

Methods¶

__init__(parent: QObject = None)

TODO


inputPosition() → QPoint

TODO


inputView() → InputView

TODO


mouseDoubleClickEvent(QMouseEvent)

TODO


mouseMoveEvent(QMouseEvent, QPoint)

TODO


mousePressEvent(QMouseEvent, QPoint)

TODO


mouseReleaseEvent(QMouseEvent, QPoint)

TODO


prevDistance() → int

TODO


previousInputPos() → QPoint

TODO


scene() → Q3DScene

TODO


setInputPosition(QPoint)

TODO


setInputView(InputView)

TODO


setPrevDistance(int)

TODO


setPreviousInputPos(QPoint)

TODO


setScene(Q3DScene)

TODO


touchEvent(QTouchEvent)

TODO


wheelEvent(QWheelEvent)

TODO

Signals¶

inputViewChanged(InputView)

TODO


positionChanged(QPoint)

TODO


sceneChanged(Q3DScene)

TODO