Contains classes that are the foundation for Qt 3D simulation framework, as well as classes that provide the ability to render using the Qt 3D framework. More...
| Header: | #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. More...
A skeleton contains the joints for a skinned mesh. More...
Used to calculate skinning transform matrices and set them on shaders. More...
Responsible for handling all the QAbstractAspect subclasses that have been registered with the scene. More...
The base class for jobs executed in an aspect. More...
The base class for all Qt3D backend nodes. More...
Creates and maps backend nodes to their respective frontend nodes. More...
The base class of scene nodes that can be aggregated by Qt3DCore::QEntity instances as a component. More...
The QComponentAddedChange class is used to notify when a component is added to an entity. More...
The QComponentRemovedChange class is used to notify when a component is removed from an entity. More...
The QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated. More...
Qt3DCore::QEntity is a Qt3DCore::QNode subclass that can aggregate several Qt3DCore::QComponent instances that will specify its behavior. More...
Used to transforms parts of skinned meshes. More...
QNode is the base class of all Qt3D node classes used to build a Qt3D scene. More...
The QNodeCommand class is the base class for all CommandRequested QSceneChange events. More...
Used to notify when a node is created. More...
The QNodeCreatedChangeBase class is the base class for all NodeCreated QSceneChange events. More...
Used to notify when a node is destroyed. More...
Uniquely identifies a QNode. More...
Used to notify when a node is added to a property. More...
The QPropertyNodeRemovedChange class is used to notify when a node is removed from a property. More...
The QPropertyUpdatedChange class is used to notify when a property value is updated. More...
The QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange events. More...
Used to notify when a value is added to a property. More...
The QPropertyValueAddedChangeBase class is the base class for all PropertyValueAdded QSceneChange events. More...
Used to notify when a value is added to a property. More...
The QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange events. More...
The base class for changes that can be sent and received by Qt3D's change notification system. More...
Holds the data for a skeleton to be used with skinned meshes. More...
Used to load a skeleton of joints from file. More...
The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events. More...
The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events. More...
The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events. More...
Used to perform transforms on meshes. More...
A shared pointer for QAspectJob.
A shared pointer for QBackendNodeMapper.
A shared pointer for QComponentAddedChange.
A shared pointer for QComponentRemovedChange.
List of QComponent pointers.
A shared pointer for QDynamicPropertyUpdatedChange.
A shared pointer for QEntity.
A shared pointer for QNodeCommand.
A shared pointer for QNodeCreatedChangeBase.
A shared pointer for QNodeDestroyedChange.
A vector of QNodeIds.
A shared pointer for QNode.
List of QNode pointers.
A shared pointer for QPropertyNodeAddedChange.
A shared pointer for QPropertyNodeRemovedChange.
A shared pointer for QPropertyUpdatedChangeBase.
A shared pointer for QPropertyUpdatedChange.
A shared pointer for QPropertyValueAddedChangeBase.
A shared pointer for QPropertyValueAddedChange.
A shared pointer for QPropertyValueRemovedChangeBase.
A shared pointer for QPropertyValueRemovedChange.
A shared pointer for QSceneChange.
A shared pointer for QStaticPropertyUpdatedChangeBase.
Returns hash of node with id and optional seed.
Returns node id for node.
Returns vector of node ids for nodes.
<< with d and id. Returns QDebug.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qt3dcore.html