QBackendNode Class

class Qt3DCore ::QBackendNode

The base class for all Qt3D backend nodes. 更多...

頭: #include <Qt3DCore/QBackendNode>
qmake: QT += 3dcore

公共類型

enum Mode { ReadOnly, ReadWrite }

公共函數

bool isEnabled () const
Qt3DCore::QBackendNode::Mode mode () const
Qt3DCore::QNodeId peerId () const
void setEnabled (bool enabled )

詳細描述

成員類型文檔編製

enum QBackendNode:: Mode

The mode for the backend node.

常量
Qt3DCore::QBackendNode::ReadOnly 0
Qt3DCore::QBackendNode::ReadWrite 1

成員函數文檔編製

bool QBackendNode:: isEnabled () const

返迴 true if the backend node is enabled.

Qt3DCore::QBackendNode::Mode QBackendNode:: mode () const

Returns the mode of the backend mode.

Qt3DCore::QNodeId QBackendNode:: peerId () const

Returns the peer id of the backend node.

void QBackendNode:: setEnabled ( bool enabled )

Enables or disables the backend node by enabled .

另請參閱 isEnabled ().