包含用于 Qt 3D 模拟框架的基础类,及提供使用 Qt 3D 框架进行渲染的能力类。 更多...
头: | #include <Qt3DCore> |
qmake: | QT += 3dcore |
namespace | Quick |
class | QAbstractAspect |
class | QAbstractSkeleton |
class | QArmature |
class | QAspectEngine |
class | QAspectJob |
class | QBackendNode |
class | QBackendNodeMapper |
class | QComponent |
class | QComponentAddedChange |
class | QComponentRemovedChange |
class | QDynamicPropertyUpdatedChange |
class | QEntity |
class | QJoint |
class | QNode |
class | QNodeCommand |
class | QNodeCreatedChange |
class | QNodeCreatedChangeBase |
class | QNodeDestroyedChange |
class | QNodeId |
class | QPropertyNodeAddedChange |
class | QPropertyNodeRemovedChange |
class | QPropertyUpdatedChange |
class | QPropertyUpdatedChangeBase |
class | QPropertyValueAddedChange |
class | QPropertyValueAddedChangeBase |
class | QPropertyValueRemovedChange |
class | QPropertyValueRemovedChangeBase |
class | QSceneChange |
class | QSkeleton |
class | QSkeletonLoader |
class | QStaticPropertyUpdatedChangeBase |
class | QStaticPropertyValueAddedChangeBase |
class | QStaticPropertyValueRemovedChangeBase |
class | QTransform |
flags | ChangeFlags |
typedef | QAspectJobPtr |
typedef | QBackendNodeMapperPtr |
typedef | QComponentAddedChangePtr |
typedef | QComponentRemovedChangePtr |
typedef | QComponentVector |
typedef | QDynamicPropertyUpdatedChangePtr |
typedef | QEntityPtr |
typedef | QNodeCommandPtr |
typedef | QNodeCreatedChangeBasePtr |
typedef | QNodeDestroyedChangePtr |
typedef | QNodeIdVector |
typedef | QNodePtr |
typedef | QNodeVector |
typedef | QPropertyNodeAddedChangePtr |
typedef | QPropertyNodeRemovedChangePtr |
typedef | QPropertyUpdatedChangeBasePtr |
typedef | QPropertyUpdatedChangePtr |
typedef | QPropertyValueAddedChangeBasePtr |
typedef | QPropertyValueAddedChangePtr |
typedef | QPropertyValueRemovedChangeBasePtr |
typedef | QPropertyValueRemovedChangePtr |
typedef | QSceneChangePtr |
typedef | QStaticPropertyUpdatedChangeBasePtr |
uint | qHash (Qt3DCore::QNodeId id , uint seed = 0) |
Qt3DCore::QNodeId | qIdForNode (Qt3DCore::QNode * node ) |
Qt3DCore::QNodeIdVector | qIdsForNodes (const T & nodes ) |
QDebug | operator<< (QDebug d , Qt3DCore::QNodeId id ) |
QAbstractAspect is the base class for aspects that provide a vertical slice of behavior. 更多...
A skeleton contains the joints for a skinned mesh. 更多...
Used to calculate skinning transform matrices and set them on shaders. 更多...
Responsible for handling all the QAbstractAspect subclasses that have been registered with the scene. 更多...
The base class for jobs executed in an aspect. 更多...
The base class for all Qt3D backend nodes. 更多...
创建后端节点并映射到它们各自的前端节点。 更多...
The base class of scene nodes that can be aggregated by Qt3DCore::QEntity instances as a component. 更多...
The QComponentAddedChange class is used to notify when a component is added to an entity. 更多...
The QComponentRemovedChange class is used to notify when a component is removed from an entity. 更多...
The QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated. 更多...
Qt3DCore::QEntity 是 Qt3DCore::QNode subclass that can aggregate several Qt3DCore::QComponent instances that will specify its behavior. 更多...
Used to transforms parts of skinned meshes. 更多...
QNode is the base class of all Qt3D node classes used to build a Qt3D scene. 更多...
The QNodeCommand class is the base class for all CommandRequested QSceneChange 事件。 更多...
Used to notify when a node is created. 更多...
The QNodeCreatedChangeBase class is the base class for all NodeCreated QSceneChange 事件。 更多...
Used to notify when a node is destroyed. 更多...
Used to notify when a node is added to a property. 更多...
The QPropertyNodeRemovedChange class is used to notify when a node is removed from a property. 更多...
The QPropertyUpdatedChange class is used to notify when a property value is updated. 更多...
The QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange 事件。 更多...
Used to notify when a value is added to a property. 更多...
The QPropertyValueAddedChangeBase class is the base class for all PropertyValueAdded QSceneChange 事件。 更多...
Used to notify when a value is added to a property. 更多...
The QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange 事件。 更多...
The base class for changes that can be sent and received by Qt3D's change notification system. 更多...
Holds the data for a skeleton to be used with skinned meshes. 更多...
Used to load a skeleton of joints from file. 更多...
The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange 事件。 更多...
The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange 事件。 更多...
The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange 事件。 更多...
Used to perform transforms on meshes. 更多...
共享指针为 QAspectJob .
共享指针为 QBackendNodeMapper .
共享指针为 QComponentAddedChange .
共享指针为 QComponentRemovedChange .
List of QComponent pointers.
共享指针为 QDynamicPropertyUpdatedChange .
共享指针为 QEntity .
共享指针为 QNodeCommand .
共享指针为 QNodeCreatedChangeBase .
共享指针为 QNodeDestroyedChange .
A vector of QNodeId 。
共享指针为 QNode .
List of QNode pointers.
共享指针为 QPropertyNodeAddedChange .
共享指针为 QPropertyNodeRemovedChange .
共享指针为 QPropertyUpdatedChangeBase .
共享指针为 QPropertyUpdatedChange .
共享指针为 QPropertyValueAddedChangeBase .
共享指针为 QPropertyValueAddedChange .
共享指针为 QPropertyValueRemovedChangeBase .
共享指针为 QPropertyValueRemovedChange .
共享指针为 QSceneChange .
共享指针为 QStaticPropertyUpdatedChangeBase .
Returns hash of node with id 和可选 seed .
Returns node id for node .
Returns vector of node ids for nodes .
<< with d and id 。返回 QDebug .