class QQuick3DObject

Inheritance diagram of PySide6.QtQuick3D.QQuick3DObject

Inherited by: QQuick3DTextureData, QQuick3DRenderExtension, QQuick3DInstancing, QQuick3DGeometry

Synopsis

Properties

Methods

Virtual methods

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 QmlIsUncreatable
class ItemChange

Note

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

property parentᅟ: QQuick3DObject
Access functions:
property stateᅟ: str
Access functions:
childItems()
Return type:

.list of QQuick3DObject

childrenChanged()
isComponentComplete()
Return type:

bool

markAllDirty()
parentChanged()

Notification signal of property parentᅟ .

parentItem()
Return type:

QQuick3DObject

Getter of property parentᅟ .

preSync()
setParentItem(parentItem)
Parameters:

parentItemQQuick3DObject

Setter of property parentᅟ .

setState(state)
Parameters:

state – str

Setter of property stateᅟ .

state()
Return type:

str

Getter of property stateᅟ .

stateChanged()

Notification signal of property stateᅟ .

update()