QNodeCreatedChangeBase Class

(Qt3DCore::QNodeCreatedChangeBase)
Header: #include <QNodeCreatedChangeBase>
qmake: QT += 3dcore
Inherits: QSceneChange

Public Functions

QNodeCreatedChangeBase(const QNode *node)
~QNodeCreatedChangeBase()
bool isNodeEnabled() const
const QMetaObject *metaObject() const
QNodeId parentId() const

Protected Functions

QNodeCreatedChangeBase(QNodeCreatedChangeBasePrivate &dd, const QNode *node)

Detailed Description

TODO

Member Function Documentation

QNodeCreatedChangeBase::QNodeCreatedChangeBase(const QNode *node)

Constructs a new QNodeCreatedChangeBase with node and priority.

[protected] QNodeCreatedChangeBase::QNodeCreatedChangeBase(QNodeCreatedChangeBasePrivate &dd, const QNode *node)

Copy constructor.

QNodeCreatedChangeBase::~QNodeCreatedChangeBase()

Destroys the instance of QNodeCreatedChangeBase.

bool QNodeCreatedChangeBase::isNodeEnabled() const

Returns node enabled.

const QMetaObject *QNodeCreatedChangeBase::metaObject() const

Returns metaobject.

QNodeId QNodeCreatedChangeBase::parentId() const

Returns parent id.

Related Non-Members

typedef Qt3DCore::QNodeCreatedChangeBasePtr

A shared pointer for QNodeCreatedChangeBase.