Obsolete Members for QTouchEvent
クラスQTouchEvent の以下のメンバは非推奨である。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
パブリック関数
(deprecated in 6.0) | QTouchEvent(QEvent::Type eventType, const QPointingDevice *device, Qt::KeyboardModifiers modifiers, QEventPoint::States touchPointStates, const QList<QEventPoint> &touchPoints = {}) |
(deprecated in 6.0) const QList<QEventPoint> & | touchPoints() const |
メンバ関数ドキュメント
[explicit, deprecated in 6.0]
QTouchEvent::QTouchEvent(QEvent::Type eventType, const QPointingDevice *device, Qt::KeyboardModifiers modifiers, QEventPoint::States touchPointStates, const QList<QEventPoint> &touchPoints = {})
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強くお勧めします。
別のコンストラクタを使用してください。
与えられたeventType 、device 、touchPoints で QTouchEvent を構築します。touchPointStates とmodifiers は、イベント発生時の現在のタッチポイントの状態とキーボード修飾子です。
[deprecated in 6.0]
const QList<QEventPoint> &QTouchEvent::touchPoints() const
この関数は6.0から非推奨となった。新しいコードでは使用しないことを強く推奨する。
代わりにpoints() を使用してください。
タッチイベントに含まれるタッチポイントのリストへの参照を返します。
QPointerEvent::point() およびQPointerEvent::pointCount()も参照して ください。
© 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.