| KWin
    | 
#include <effect.h>
 
  
| Public Member Functions | |
| virtual | ~PaintData () | 
| qreal | xScale () const | 
| qreal | yScale () const | 
| qreal | zScale () const | 
| void | setXScale (qreal scale) | 
| void | setYScale (qreal scale) | 
| void | setZScale (qreal scale) | 
| void | setScale (const QVector2D &scale) | 
| void | setScale (const QVector3D &scale) | 
| const QVector3D & | scale () const | 
| const QVector3D & | translation () const | 
| qreal | xTranslation () const | 
| qreal | yTranslation () const | 
| qreal | zTranslation () const | 
| void | setXTranslation (qreal translate) | 
| void | setYTranslation (qreal translate) | 
| void | setZTranslation (qreal translate) | 
| void | translate (qreal x, qreal y=0.0, qreal z=0.0) | 
| void | translate (const QVector3D &translate) | 
| void | setRotationAngle (qreal angle) | 
| qreal | rotationAngle () const | 
| void | setRotationOrigin (const QVector3D &origin) | 
| QVector3D | rotationOrigin () const | 
| void | setRotationAxis (const QVector3D &axis) | 
| void | setRotationAxis (Qt::Axis axis) | 
| QVector3D | rotationAxis () const | 
| QMatrix4x4 | toMatrix (qreal deviceScale) const | 
| Protected Member Functions | |
| PaintData () | |
| PaintData (const PaintData &other) | |