Obsolete Members for QEventPoint
クラスQEventPoint の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
パブリック関数
(deprecated in 6.0) QPointF | lastNormalizedPos() const |
(deprecated in 6.0) QPointF | normalizedPos() const |
(deprecated in 6.0) QPointF | pos() const |
(deprecated in 6.0) QPointF | startNormalizedPos() const |
メンバ関数ドキュメント
[deprecated in 6.0]
QPointF QEventPoint::lastNormalizedPos() const
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強く推奨する。
代わりにglobalLastPosition() を使用してください。
この点の、直前のプレスまたは移動イベントからの正規化された位置を返します。
座標はQInputDevice::availableVirtualGeometry() に正規化されます。つまり、(0, 0)
は左上隅、(1, 1)
は右下隅です。
normalizedPosition() およびglobalPressPosition()も参照してください 。
[deprecated in 6.0]
QPointF QEventPoint::normalizedPos() const
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強く推奨する。
代わりにnormalizedPosition() を使用してください。
[deprecated in 6.0]
QPointF QEventPoint::pos() const
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強く推奨する。
代わりにposition() を使用してください。
イベントを受け取ったウィジェットまたはアイテムからの相対位置を返します。
[deprecated in 6.0]
QPointF QEventPoint::startNormalizedPos() const
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強く推奨する。
代わりにglobalPressPosition() を使用してください。
この点の正規化されたプレス位置を返します。
© 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.