![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QOpenVGMatrix, including all inherited members.
| constData() const | QOpenVGMatrix | inline |
| copyDataTo(float *values) const | QOpenVGMatrix | |
| data() | QOpenVGMatrix | inline |
| data() const | QOpenVGMatrix | inline |
| fill(float value) | QOpenVGMatrix | |
| isAffine() const | QOpenVGMatrix | |
| isIdentity() const | QOpenVGMatrix | |
| map(const QPointF &point) const | QOpenVGMatrix | |
| operator!=(const QOpenVGMatrix &other) const | QOpenVGMatrix | |
| operator()(int row, int column) const | QOpenVGMatrix | |
| operator()(int row, int column) | QOpenVGMatrix | |
| operator*(const QOpenVGMatrix &m1, const QOpenVGMatrix &m2) | QOpenVGMatrix | friend |
| operator*(const QPointF &point, const QOpenVGMatrix &matrix) | QOpenVGMatrix | friend |
| operator*(const QOpenVGMatrix &matrix, const QPointF &point) | QOpenVGMatrix | friend |
| operator*=(const QOpenVGMatrix &other) | QOpenVGMatrix | |
| operator*=(float factor) | QOpenVGMatrix | |
| operator+=(const QOpenVGMatrix &other) | QOpenVGMatrix | |
| operator-=(const QOpenVGMatrix &other) | QOpenVGMatrix | |
| operator/=(float divisor) | QOpenVGMatrix | |
| operator<<(QDebug dbg, const QOpenVGMatrix &m) | QOpenVGMatrix | friend |
| operator==(const QOpenVGMatrix &other) const | QOpenVGMatrix | |
| QOpenVGMatrix() | QOpenVGMatrix | |
| QOpenVGMatrix(const float *values) | QOpenVGMatrix | explicit |
| setToIdentity() | QOpenVGMatrix | |
| transposed() const | QOpenVGMatrix |