内容表

上一话题

Qt3DCore.QAspectJob

下一话题

Qt3DCore.QComponent

Qt3DCore.QBackendNode

The base class for all Qt3D backend nodes. 更多

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QBackendNode

概要

函数

虚函数

详细描述

class PySide2.Qt3DCore.Qt3DCore. QBackendNode ( [ mode=ReadOnly ] )
参数

mode 模式

PySide2.Qt3DCore.Qt3DCore.QBackendNode. 模式

The mode for the backend node.

常量

描述

Qt3DCore.QBackendNode.ReadOnly

Qt3DCore.QBackendNode.ReadWrite

PySide2.Qt3DCore.Qt3DCore.QBackendNode. isEnabled ( )
返回类型

bool

返回 true if the backend node is enabled.

PySide2.Qt3DCore.Qt3DCore.QBackendNode. mode ( )
返回类型

模式

Returns the mode of the backend mode.

PySide2.Qt3DCore.Qt3DCore.QBackendNode. notifyObservers ( e )
参数

e QSharedPointer

注意

此函数被弃用。

Notifies observers of scene change e .

PySide2.Qt3DCore.Qt3DCore.QBackendNode. peerId ( )
返回类型

QNodeId

Returns the peer id of the backend node.

PySide2.Qt3DCore.Qt3DCore.QBackendNode. sceneChangeEvent ( e )
参数

e QSharedPointer

注意

此函数被弃用。

PySide2.Qt3DCore.Qt3DCore.QBackendNode. sendReply ( command )
参数

command QSharedPointer

注意

此函数被弃用。

Send the reply to command .

PySide2.Qt3DCore.Qt3DCore.QBackendNode. setEnabled ( enabled )
参数

enabled bool

Enables or disables the backend node by enabled .

另请参阅

isEnabled()