QBackendNodeMapper 類

( Qt3DCore::QBackendNodeMapper )

Creates and maps backend nodes to their respective frontend nodes 更多...

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

公共函數

virtual ~QBackendNodeMapper ()
virtual QBackendNode * create (const QNodeCreatedChangeBasePtr & change ) const = 0
virtual void destroy (QNodeId id ) const = 0
virtual QBackendNode * get (QNodeId id ) const = 0

詳細描述

Creates and maps backend nodes to their respective frontend nodes

成員函數文檔編製

[虛擬] QBackendNodeMapper:: ~QBackendNodeMapper ()

Destroys the instance of QBackendNodeMapper. The destructor is virtual.

[pure virtual] QBackendNode *QBackendNodeMapper:: create (const QNodeCreatedChangeBasePtr & change ) const

TODO

change

返迴創建節點。

[pure virtual] void QBackendNodeMapper:: destroy ( QNodeId id ) const

Destroys the backend node for the given node id .

[pure virtual] QBackendNode *QBackendNodeMapper:: get ( QNodeId id ) const

Returns backend node for the given node id .