Obsolete Members for QPointingDevice
クラスQPointingDevice の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
パブリック関数
(deprecated in 6.0) void | setCapabilities(QInputDevice::Capabilities caps) |
(deprecated in 6.0) void | setMaximumTouchPoints(int c) |
(deprecated in 6.0) void | setType(QInputDevice::DeviceType devType) |
メンバ関数ドキュメント
[deprecated in 6.0] void QPointingDevice::setCapabilities(QInputDevice::Capabilities caps)
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強くお勧めします。
セッターではなくコンストラクタを使用してください。
[deprecated in 6.0] void QPointingDevice::setMaximumTouchPoints(int c)
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強くお勧めします。
セッターではなくコンストラクタを使用してください。
[deprecated in 6.0] void QPointingDevice::setType(QInputDevice::DeviceType devType)
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強くお勧めします。
セッターではなくコンストラクターを使用してください。
デバイス・タイプdevType を設定し、ポインタ・タイプを推測します。
© 2026 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.