QQuick3DObject#

Inheritance diagram of PySide6.QtQuick3D.QQuick3DObject

Inherited by: QQuick3DTextureData, QQuick3DInstancing, QQuick3DGeometry

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.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:
property PᅟySide6.QtQuick3D.QQuick3DObject.state: str#
Access functions:
PySide6.QtQuick3D.QQuick3DObject.QmlIsUncreatable#
PySide6.QtQuick3D.QQuick3DObject.ItemChange#
PySide6.QtQuick3D.QQuick3DObject.childItems()#
Return type:

.list of QQuick3DObject

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:

PySide6.QtQuick3D.QQuick3DObject

Getter of property parent .

PySide6.QtQuick3D.QQuick3DObject.preSync()#
PySide6.QtQuick3D.QQuick3DObject.setParentItem(parentItem)#
Parameters:

parentItemPySide6.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()#