QBackendScenePropertyChange Class

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

Public Functions

QBackendScenePropertyChange(ChangeFlag type, const QNodeId &subjectId, Priority priority = Standard)
virtual ~QBackendScenePropertyChange()
void setTargetNode(const QNodeId &id)
QNodeId targetNode() const

Protected Functions

QBackendScenePropertyChange(QBackendScenePropertyChangePrivate &dd, ChangeFlag type, const QNodeId &subjectId, Priority priority = Standard)

Detailed Description

Member Function Documentation

QBackendScenePropertyChange::QBackendScenePropertyChange(ChangeFlag type, const QNodeId &subjectId, Priority priority = Standard)

Default constructs an instance of QBackendScenePropertyChange.

[protected] QBackendScenePropertyChange::QBackendScenePropertyChange(QBackendScenePropertyChangePrivate &dd, ChangeFlag type, const QNodeId &subjectId, Priority priority = Standard)

Copy constructor.

[virtual] QBackendScenePropertyChange::~QBackendScenePropertyChange()

Destroys the instance of QBackendScenePropertyChange. The destructor is virtual.

void QBackendScenePropertyChange::setTargetNode(const QNodeId &id)

See also targetNode().

QNodeId QBackendScenePropertyChange::targetNode() const

See also setTargetNode().

Related Non-Members

typedef Qt3DCore::QBackendScenePropertyChangePtr

A shared pointer for QBackendScenePropertyChange.

© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.