Obsolete Members for QBrush

以下成员源于类 QBrush 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) const QMatrix & matrix () const
(obsolete) void setMatrix (const QMatrix & matrix )

成员函数文档编制

const QMatrix &QBrush:: matrix () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

使用 transform () 代替。

Returns the current transformation matrix for the brush.

该函数在 Qt 4.2 引入。

另请参阅 setMatrix ().

void QBrush:: setMatrix (const QMatrix & matrix )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

使用 setTransform () 代替。

设置 matrix as an explicit transformation matrix on the current brush. The brush transformation matrix is merged with QPainter transformation matrix to produce the final result.

该函数在 Qt 4.2 引入。

另请参阅 matrix ().