QQuick3DObject#
Inherited by: QQuick3DTextureData, QQuick3DInstancing, QQuick3DGeometry
Synopsis#
Properties#
Functions#
def
childItems()def
isComponentComplete()def
parentItem()def
setState(state)def
state()
Virtual functions#
def
markAllDirty()def
preSync()
Slots#
def
setParentItem(parentItem)def
update()
Signals#
def
childrenChanged()def
parentChanged()def
stateChanged()
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.QtQuick3D.QQuick3DObject#
Note
Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.
- property PᅟySide6.QtQuick3D.QQuick3DObject.parent: PySide6.QtQuick3D.QQuick3DObject#
- Access functions:
parentItem()setParentItem(parentItem)Signal
parentChanged()
- property PᅟySide6.QtQuick3D.QQuick3DObject.state: str#
- Access functions:
state()setState(state)Signal
stateChanged()
- PySide6.QtQuick3D.QQuick3DObject.QmlIsUncreatable#
- PySide6.QtQuick3D.QQuick3DObject.ItemChange#
- PySide6.QtQuick3D.QQuick3DObject.childItems()#
- Return type:
- PySide6.QtQuick3D.QQuick3DObject.childrenChanged()#
- PySide6.QtQuick3D.QQuick3DObject.isComponentComplete()#
- Return type:
bool
- PySide6.QtQuick3D.QQuick3DObject.markAllDirty()#
- PySide6.QtQuick3D.QQuick3DObject.parentChanged()#
Notification signal of property parent .
- PySide6.QtQuick3D.QQuick3DObject.parentItem()#
- Return type:
Getter of property parent .
- PySide6.QtQuick3D.QQuick3DObject.preSync()#
- PySide6.QtQuick3D.QQuick3DObject.setParentItem(parentItem)#
- Parameters:
parentItem –
PySide6.QtQuick3D.QQuick3DObject
Setter of property parent .
- PySide6.QtQuick3D.QQuick3DObject.setState(state)#
- Parameters:
state – str
Setter of property state .
- PySide6.QtQuick3D.QQuick3DObject.state()#
- Return type:
str
Getter of property state .
- PySide6.QtQuick3D.QQuick3DObject.stateChanged()#
Notification signal of property state .
- PySide6.QtQuick3D.QQuick3DObject.update()#