QTranslateTransform Class
(Qt3D::QTranslateTransform)Inherits: | QAbstractTransform |
Properties
- dx : float
- dy : float
- dz : float
- translation : QVector3D
- 1 property inherited from Qt3D::QAbstractTransform
- 1 property inherited from QObject
Public Functions
QTranslateTransform(QObject * parent = Q_NULLPTR) | |
float | dx() const |
float | dy() const |
float | dz() const |
QVector3D | translation() const |
Reimplemented Public Functions
virtual QMatrix4x4 | transformMatrix() const |
- 1 public function inherited from Qt3D::QAbstractTransform
- 31 public functions inherited from QObject
Public Slots
void | setDx(float arg) |
void | setDy(float arg) |
void | setDz(float arg) |
void | setTranslation(const QVector3D & arg) |
- 1 public slot inherited from QObject
Signals
void | translateChanged() |
- 1 signal inherited from Qt3D::QAbstractTransform
- 2 signals inherited from QObject
Additional Inherited Members
- 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
dx : float
Access functions:
float | dx() const |
void | setDx(float arg) |
Notifier signal:
void | translateChanged() |
dy : float
Access functions:
float | dy() const |
void | setDy(float arg) |
Notifier signal:
void | translateChanged() |
dz : float
Access functions:
float | dz() const |
void | setDz(float arg) |
Notifier signal:
void | translateChanged() |
translation : QVector3D
Access functions:
QVector3D | translation() const |
void | setTranslation(const QVector3D & arg) |
Notifier signal:
void | translateChanged() |