QMatrixTransform Class

(Qt3D::QMatrixTransform)
Instantiated By: MatrixTransform
Inherits: Qt3D::QAbstractTransform

Properties

Public Functions

QMatrixTransform(QObject * parent = Q_NULLPTR)
QMatrixTransform(const QMatrix4x4 & m, QObject * parent = Q_NULLPTR)
QMatrix4x4 matrix() const
void setMatrix(const QMatrix4x4 & matrix)

Reimplemented Public Functions

virtual QMatrix4x4 transformMatrix() const

Signals

void matrixChanged()

Protected Functions

QMatrixTransform(QMatrixTransformPrivate & dd, QObject * parent = Q_NULLPTR)
  • 9 protected functions inherited from QObject

Additional Inherited Members

  • 1 public slot inherited from QObject
  • 11 static public members inherited from QObject

Property Documentation

matrix : QMatrix4x4

Access functions:

QMatrix4x4 matrix() const
void setMatrix(const QMatrix4x4 & matrix)

Notifier signal:

void matrixChanged()

Member Function Documentation

QMatrixTransform::QMatrixTransform(QObject * parent = Q_NULLPTR)

QMatrixTransform::QMatrixTransform(const QMatrix4x4 & m, QObject * parent = Q_NULLPTR)

[protected] QMatrixTransform::QMatrixTransform(QMatrixTransformPrivate & dd, QObject * parent = Q_NULLPTR)

[virtual] QMatrix4x4 QMatrixTransform::transformMatrix() const

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