Qt3DCore Namespace

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

Classes

Types

Functions

int qIdForNode(QNode *)
int qIdsForNodes(const T &)

Detailed Description

Classes

class QNodeCreatedChange

Used to notify when a node is created. More...

Type Documentation

typedef QAspectJobPtr

A shared pointer for QAspectJob.

typedef QBackendNodeMapperPtr

A shared pointer for QBackendNodeMapper.

typedef QComponentVector

List of QComponent pointers.

typedef QEntityPtr

A shared pointer for QEntity.

typedef QNodeCommandPtr

A shared pointer for QNodeCommand.

typedef QNodeCreatedChangeBasePtr

A shared pointer for QNodeCreatedChangeBase.

typedef QNodePtr

A shared pointer for QNode.

typedef QNodeVector

List of QNode pointers.

Function Documentation

int qIdForNode(QNode *)

Returns node id for node.

template <typename T> int qIdsForNodes(const T &)

Returns vector of node ids for nodes.