Obsolete Members for QTouchEvent
Los siguientes miembros de la clase QTouchEvent son obsoletos. Se proporcionan para que el código fuente antiguo siga funcionando. Desaconsejamos su uso en código nuevo.
Funciones públicas
(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 |
Documentación de funciones miembro
[explicit, deprecated in 6.0] QTouchEvent::QTouchEvent(QEvent::Type eventType, const QPointingDevice *device, Qt::KeyboardModifiers modifiers, QEventPoint::States touchPointStates, const QList<QEventPoint> &touchPoints = {})
Esta función está obsoleta desde la versión 6.0. Desaconsejamos su uso en código nuevo.
Usa otro constructor.
Construye un QTouchEvent con los datos eventType, device, y touchPoints. Los touchPointStates y modifiers son los estados actuales de los puntos táctiles y los modificadores de teclado en el momento del evento.
[deprecated in 6.0] const QList<QEventPoint> &QTouchEvent::touchPoints() const
Esta función está obsoleta desde la versión 6.0. Desaconsejamos su uso en código nuevo.
Utilice points() en su lugar.
Devuelve una referencia a la lista de puntos táctiles contenidos en el evento táctil.
Véase también QPointerEvent::point() y QPointerEvent::pointCount().
© 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.