Obsolete Members for QCursor
类QCursor 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。
公共函数
(deprecated) QBitmap | bitmap(Qt::ReturnByValueConstant) const |
(deprecated) QBitmap | mask(Qt::ReturnByValueConstant) const |
成员函数文档
[deprecated]
QBitmap QCursor::bitmap(Qt::ReturnByValueConstant) const
该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请使用不带参数的重载函数。
返回游标位图,如果是标准游标,则返回空位图。
以前,Qt XML 提供的bitmap()
版本通过指针返回位图。该版本现已删除。为保持与旧代码的兼容性,提供了该函数以区分 by-pointer 函数和 by-value 函数。
[deprecated]
QBitmap QCursor::mask(Qt::ReturnByValueConstant) const
该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请使用不带参数的重载函数。
返回游标位图掩码,如果是标准游标,则返回空位图。
在此之前,Qt XML 提供的mask()
版本通过指针返回位图。该版本现已删除。为保持与旧代码的兼容性,提供了该函数以区分 by-pointer 函数和 by-value 函数。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.