Obsolete Members for QCursor
クラスQCursor の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
パブリック関数
(deprecated) QBitmap | bitmap(Qt::ReturnByValueConstant) const |
(deprecated) QBitmap | mask(Qt::ReturnByValueConstant) const |
メンバ関数ドキュメント
[deprecated]
QBitmap QCursor::bitmap(Qt::ReturnByValueConstant) const
この関数は非推奨である。新しいコードでは使用しないことを強くお勧めします。
代わりに引数なしのオーバーロードを使用してください。
カーソルのビットマップを返します。標準カーソルの場合はNULLビットマップを返します。
以前、Qtはビットマップをバイ・ポインタで返すbitmap()
。このバージョンは削除されました。古いコードとの互換性を維持するために、この関数はバイ・ポインタ関数とバイ・バリュー関数を区別するために提供されました。
[deprecated]
QBitmap QCursor::mask(Qt::ReturnByValueConstant) const
この関数は非推奨である。新しいコードでは使用しないことを強くお勧めします。
代わりに引数なしのオーバーロードを使用してください。
カーソルのビットマップマスク、または標準カーソルの1つである場合はNULLビットマップを返します。
以前、Qtはビットマップをバイ・ポインタで返すmask()
。このバージョンは削除されました。古いコードとの互換性を維持するために、この関数はバイポインタ関数とバイ値関数を区別するために提供されました。
© 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.