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 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。

请使用另一个构造函数。

使用给定的eventTypedevicetouchPoints 构造一个 QTouchEvent。touchPointStatesmodifiers 是事件发生时的当前触摸点状态和键盘修改器。

[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.