QTransform Class

(Qt3D::QTransform)
Inherits: QComponent

Properties

Public Functions

QTransform(QNode * parent = 0)
QTransform(QList<QAbstractTransform *> transforms, QNode * parent = 0)
QTransform(QAbstractTransform * transform, QNode * parent = 0)
~QTransform()
void addTransform(QAbstractTransform * xform)
QMatrix4x4 matrix() const
void removeTransform(QAbstractTransform * xform)
QList<QAbstractTransform *> transforms() const

Signals

Reimplemented Protected Functions

virtual void copy(const QNode * ref)

Additional Inherited Members

Property Documentation

matrix : const QMatrix4x4

Access functions:

QMatrix4x4 matrix() const

Notifier signal:

void matrixChanged()

Member Function Documentation

QTransform::QTransform(QNode * parent = 0)

QTransform::QTransform(QList<QAbstractTransform *> transforms, QNode * parent = 0)

QTransform::QTransform(QAbstractTransform * transform, QNode * parent = 0)

QTransform::~QTransform()

void QTransform::addTransform(QAbstractTransform * xform)

[virtual protected] void QTransform::copy(const QNode * ref)

void QTransform::removeTransform(QAbstractTransform * xform)

QList<QAbstractTransform *> QTransform::transforms() const

[signal] void QTransform::transformsChanged()

© 2016 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.