QAbstract3DInputHandler#

Inheritance diagram of PySide6.QtGraphs.QAbstract3DInputHandler

Inherited by: Q3DInputHandler, QTouch3DInputHandler

Synopsis#

Properties#

Functions#

Virtual functions#

Slots#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtGraphs.QAbstract3DInputHandler([parent=None])#
Parameters:

parentPySide6.QtCore.QObject

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtGraphs.QAbstract3DInputHandler.inputPosition: PySide6.QtCore.QPoint#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DInputHandler.inputView: InputView#
Access functions:
property PᅟySide6.QtGraphs.QAbstract3DInputHandler.scene: PySide6.QtGraphs.Q3DScene#
Access functions:
PySide6.QtGraphs.QAbstract3DInputHandler.InputView#
PySide6.QtGraphs.QAbstract3DInputHandler.handleSelection(position)#
Parameters:

positionPySide6.QtCore.QPoint

PySide6.QtGraphs.QAbstract3DInputHandler.inputPosition()#
Return type:

PySide6.QtCore.QPoint

Getter of property inputPosition .

PySide6.QtGraphs.QAbstract3DInputHandler.inputView()#
Return type:

InputView

Getter of property inputView .

PySide6.QtGraphs.QAbstract3DInputHandler.inputViewChanged(view)#
Parameters:

viewInputView

Notification signal of property inputView .

PySide6.QtGraphs.QAbstract3DInputHandler.mouseDoubleClickEvent(event)#
Parameters:

eventPySide6.QtGui.QMouseEvent

PySide6.QtGraphs.QAbstract3DInputHandler.mouseMoveEvent(event, mousePos)#
Parameters:
PySide6.QtGraphs.QAbstract3DInputHandler.mousePressEvent(event, mousePos)#
Parameters:
PySide6.QtGraphs.QAbstract3DInputHandler.mouseReleaseEvent(event, mousePos)#
Parameters:
PySide6.QtGraphs.QAbstract3DInputHandler.positionChanged(position)#
Parameters:

positionPySide6.QtCore.QPoint

Notification signal of property inputPosition .

PySide6.QtGraphs.QAbstract3DInputHandler.prevDistance()#
Return type:

int

PySide6.QtGraphs.QAbstract3DInputHandler.previousInputPos()#
Return type:

PySide6.QtCore.QPoint

PySide6.QtGraphs.QAbstract3DInputHandler.scene()#
Return type:

PySide6.QtGraphs.Q3DScene

Getter of property scene .

PySide6.QtGraphs.QAbstract3DInputHandler.sceneChanged(scene)#
Parameters:

scenePySide6.QtGraphs.Q3DScene

Notification signal of property scene .

PySide6.QtGraphs.QAbstract3DInputHandler.setInputPosition(position[, forceSelection=false])#
Parameters:
PySide6.QtGraphs.QAbstract3DInputHandler.setInputView(inputView)#
Parameters:

inputViewInputView

Setter of property inputView .

PySide6.QtGraphs.QAbstract3DInputHandler.setPrevDistance(distance)#
Parameters:

distance – int

PySide6.QtGraphs.QAbstract3DInputHandler.setPreviousInputPos(position)#
Parameters:

positionPySide6.QtCore.QPoint

PySide6.QtGraphs.QAbstract3DInputHandler.setScene(scene)#
Parameters:

scenePySide6.QtGraphs.Q3DScene

Setter of property scene .

PySide6.QtGraphs.QAbstract3DInputHandler.touchEvent(event)#
Parameters:

eventPySide6.QtGui.QTouchEvent

PySide6.QtGraphs.QAbstract3DInputHandler.wheelEvent(event)#
Parameters:

eventPySide6.QtGui.QWheelEvent