以下成员源于类 QTransform 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
|
QTransform (const QMatrix & matrix ) |
(obsolete)
qreal
|
det () const |
(obsolete)
const QMatrix &
|
toAffine () const |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Constructs a matrix that is a copy of the given
matrix
。注意,
m13
,
m23
,和
m33
elements are set to 0, 0, and 1 respectively.
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Returns the matrix's determinant. Use determinant () 代替。
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
返回 QTransform as an affine matrix.
警告: If a perspective transformation has been specified, then the conversion will cause loss of data.