- class Q3DInputHandler#
-
Inherited by:
QTouch3DInputHandler
Synopsis#
Properties#
Methods#
def
__init__()
def
isZoomEnabled()
def
setZoomEnabled()
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#
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property rotationEnabledᅟ: bool#
- Access functions:
- property selectionEnabledᅟ: bool#
- Access functions:
- property zoomAtTargetEnabledᅟ: bool#
- Access functions:
- property zoomEnabledᅟ: bool#
- Access functions:
- isRotationEnabled()#
- Return type:
bool
Getter of property
rotationEnabledᅟ
.- isSelectionEnabled()#
- Return type:
bool
Getter of property
selectionEnabledᅟ
.- isZoomAtTargetEnabled()#
- Return type:
bool
Getter of property
zoomAtTargetEnabledᅟ
.- isZoomEnabled()#
- Return type:
bool
Getter of property
zoomEnabledᅟ
.- rotationEnabledChanged(enable)#
- Parameters:
enable – bool
Notification signal of property
rotationEnabledᅟ
.- selectionEnabledChanged(enable)#
- Parameters:
enable – bool
Notification signal of property
selectionEnabledᅟ
.- setRotationEnabled(enable)#
- Parameters:
enable – bool
Setter of property
rotationEnabledᅟ
.- setSelectionEnabled(enable)#
- Parameters:
enable – bool
Setter of property
selectionEnabledᅟ
.- setZoomAtTargetEnabled(enable)#
- Parameters:
enable – bool
Setter of property
zoomAtTargetEnabledᅟ
.- setZoomEnabled(enable)#
- Parameters:
enable – bool
Setter of property
zoomEnabledᅟ
.- zoomAtTargetEnabledChanged(enable)#
- Parameters:
enable – bool
Notification signal of property
zoomAtTargetEnabledᅟ
.- zoomEnabledChanged(enable)#
- Parameters:
enable – bool
Notification signal of property
zoomEnabledᅟ
.