QScaleTransform Class
(Qt3D::QScaleTransform)Inherits: | QAbstractTransform |
Properties
- 1 property inherited from Qt3D::QAbstractTransform
- 1 property inherited from QObject
Public Functions
QScaleTransform(QObject * parent = Q_NULLPTR) | |
float | scale() const |
QVector3D | scale3D() const |
void | setScale(float scale) |
void | setScale3D(const QVector3D & scale3D) |
Reimplemented Public Functions
virtual QMatrix4x4 | transformMatrix() const |
- 1 public function inherited from Qt3D::QAbstractTransform
- 31 public functions inherited from QObject
Signals
void | scale3DChanged() |
void | scaleChanged() |
- 1 signal inherited from Qt3D::QAbstractTransform
- 2 signals inherited from QObject
Additional Inherited Members
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Property Documentation
scale : float
Access functions:
float | scale() const |
void | setScale(float scale) |
Notifier signal:
void | scaleChanged() |
scale3D : QVector3D
Access functions:
QVector3D | scale3D() const |
void | setScale3D(const QVector3D & scale3D) |
Notifier signal:
void | scale3DChanged() |