Obsolete Members for QCursor

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

公共函数

(obsolete) const QBitmap * bitmap () const
(obsolete) const QBitmap * mask () const

成员函数文档编制

const QBitmap *QCursor:: bitmap () const

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

New code should use the other overload which returns QBitmap by-value.

Returns the cursor bitmap, or nullptr if it is one of the standard cursors.

const QBitmap *QCursor:: mask () const

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

New code should use the other overload which returns QBitmap by-value.

Returns the cursor bitmap mask, or nullptr if it is one of the standard cursors.