![]() |
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 CFX_Matrix, including all inherited members.
| a | CFX_Matrix | |
| b | CFX_Matrix | |
| c | CFX_Matrix | |
| CFX_Matrix()=default | CFX_Matrix | |
| CFX_Matrix(float a1, float b1, float c1, float d1, float e1, float f1) | CFX_Matrix | inline |
| CFX_Matrix(const CFX_Matrix &other)=default | CFX_Matrix | |
| Concat(const CFX_Matrix &right) | CFX_Matrix | inline |
| d | CFX_Matrix | |
| e | CFX_Matrix | |
| f | CFX_Matrix | |
| GetInverse() const | CFX_Matrix | |
| GetUnitRect() const | CFX_Matrix | |
| GetXUnit() const | CFX_Matrix | |
| GetYUnit() const | CFX_Matrix | |
| Is90Rotated() const | CFX_Matrix | |
| IsIdentity() const | CFX_Matrix | inline |
| IsScaled() const | CFX_Matrix | |
| MatchRect(const CFX_FloatRect &dest, const CFX_FloatRect &src) | CFX_Matrix | |
| operator!=(const CFX_Matrix &other) const | CFX_Matrix | inline |
| operator*(const CFX_Matrix &right) const | CFX_Matrix | inline |
| operator*=(const CFX_Matrix &other) | CFX_Matrix | inline |
| operator=(const CFX_Matrix &other)=default | CFX_Matrix | |
| operator==(const CFX_Matrix &other) const | CFX_Matrix | inline |
| Rotate(float fRadian) | CFX_Matrix | |
| Scale(float sx, float sy) | CFX_Matrix | |
| Transform(const CFX_PointF &point) const | CFX_Matrix | |
| TransformDistance(float distance) const | CFX_Matrix | |
| TransformRect(const CFX_RectF &rect) const | CFX_Matrix | |
| TransformRect(const CFX_FloatRect &rect) const | CFX_Matrix | |
| TransformXDistance(float dx) const | CFX_Matrix | |
| Translate(float x, float y) | CFX_Matrix | |
| Translate(int32_t x, int32_t y) | CFX_Matrix | inline |
| TranslatePrepend(float x, float y) | CFX_Matrix | |
| TranslatePrepend(int32_t x, int32_t y) | CFX_Matrix | inline |
| WillScale() const | CFX_Matrix | inline |