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.