- class QQuick3DObject#
-
Inherited by:
QQuick3DTextureData
,QQuick3DRenderExtension
,QQuick3DInstancing
,QQuick3DGeometry
Synopsis#
Properties#
Methods#
def
childItems()
def
parentItem()
def
setState()
def
state()
Virtual methods#
def
markAllDirty()
def
preSync()
Slots#
def
setParentItem()
def
update()
Signals#
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 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:
Signal
stateChanged()
- childItems()#
- Return type:
.list of QQuick3DObject
- childrenChanged()#
- isComponentComplete()#
- Return type:
bool
- markAllDirty()#
- parentChanged()#
Notification signal of property
parentᅟ
.- parentItem()#
- Return type:
Getter of property
parentᅟ
.- preSync()#
- setParentItem(parentItem)#
- Parameters:
parentItem –
QQuick3DObject
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()#