Obsolete Members for QNativeGestureEvent
クラスQNativeGestureEvent の以下のメンバは非推奨である。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
パブリック関数
(deprecated in 6.2) | QNativeGestureEvent(Qt::NativeGestureType type, const QPointingDevice *device, const QPointF &localPos, const QPointF &scenePos, const QPointF &globalPos, qreal realValue, quint64 sequenceId, quint64 intValue) |
(deprecated in 6.0) const QPoint | globalPos() const |
(deprecated in 6.0) QPointF | localPos() const |
(deprecated in 6.0) const QPoint | pos() const |
(deprecated in 6.0) QPointF | screenPos() const |
(deprecated in 6.0) QPointF | windowPos() const |
メンバ関数ドキュメント
[deprecated in 6.2]
QNativeGestureEvent::QNativeGestureEvent(Qt::NativeGestureType type, const QPointingDevice *device, const QPointF &localPos, const QPointF &scenePos, const QPointF &globalPos, qreal realValue, quint64 sequenceId, quint64 intValue)
この関数は6.2以降非推奨です。新しいコードでは使用しないことを強くお勧めします。
intValue はもはや別に保存されないので、他のコンストラクタを使用してください。
device を起点とするtype タイプのネイティブ ジェスチャ イベントを構築します。
ポイントlocalPos 、scenePos 、globalPos は、それぞれ受信ウィジェットまたはアイテム、ウィンドウ、画面またはデスクトップに対するジェスチャ位置を指定します。
realValue は macOS イベント・パラメータ、 と は Windows イベント・パラメータです。sequenceId intValue
注: realValueとintValue を同時に格納することはできません。どちらか一方が0でなければなりません。realValue == 0 かつintValue!= 0 の場合、同じ変数に格納され、value() はintValue として与えられた値を返す。
[deprecated in 6.0]
const QPoint QNativeGestureEvent::globalPos() const
この関数は6.0以降非推奨である。新しいコードでは使用しないことを強くお勧めします。
代わりにglobalPosition().toPoint() を使用してください。
ジェスチャーの位置をスクリーン座標でQPointF として返します。
[deprecated in 6.0]
QPointF QNativeGestureEvent::localPos() const
この関数は6.0以降非推奨です。新しいコードでは使用しないことを強くお勧めします。
代わりにposition() を使用してください。
イベントを受信したウィジェットまたはアイテムからの相対的な、ジェスチャの位置をQPointF として返します。
[deprecated in 6.0]
const QPoint QNativeGestureEvent::pos() const
この関数は 6.0 以降、非推奨です。新しいコードでは使用しないことを強くお勧めします。
代わりにposition().toPoint() を使用してください。
イベントを受け取ったウィジェットまたはアイテムからの相対的なマウスカーソルの位置を返します。
[deprecated in 6.0]
QPointF QNativeGestureEvent::screenPos() const
この関数は6.0以降非推奨です。新しいコードでは使用しないことを強くお勧めします。
代わりにglobalPosition() を使用してください。
ジェスチャーの位置をスクリーン座標でQPointF として返します。
[deprecated in 6.0]
QPointF QNativeGestureEvent::windowPos() const
この関数は6.0以降非推奨です。新しいコードでは使用しないことを強くお勧めします。
代わりにscenePosition() を使用してください。
イベントを受信したウィンドウからの相対座標で、ジェスチャーの位置をQPointF として返します。
このドキュメントに含まれるコントリビューションの著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。