QQuick3DObject#
Inherited by: QQuick3DTextureData, QQuick3DInstancing, QQuick3DGeometry
Synopsis#
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
()
Detailed Description#
- class PySide6.QtQuick3D.QQuick3DObject#
- 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()#
- PySide6.QtQuick3D.QQuick3DObject.parentItem()#
- Return type
- PySide6.QtQuick3D.QQuick3DObject.preSync()#
- PySide6.QtQuick3D.QQuick3DObject.setParentItem(parentItem)#
- Parameters
parentItem –
PySide6.QtQuick3D.QQuick3DObject
- PySide6.QtQuick3D.QQuick3DObject.setState(state)#
- Parameters
state – str
- PySide6.QtQuick3D.QQuick3DObject.state()#
- Return type
str
- PySide6.QtQuick3D.QQuick3DObject.stateChanged()#
- PySide6.QtQuick3D.QQuick3DObject.update()#