QEnterEvent Class
La clase QEnterEvent contiene parámetros que describen un evento de entrada. Más...
| Cabecera: | #include <QEnterEvent> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui)target_link_libraries(mytarget PRIVATE Qt6::Gui) |
| qmake: | QT += gui |
| Hereda: | QSinglePointEvent |
- Lista de todos los miembros, incluidos los heredados
- Miembros obsoletos
- QEnterEvent es parte de Clases de Eventos.
Funciones Públicas
| QEnterEvent(const QPointF &localPos, const QPointF &scenePos, const QPointF &globalPos, const QPointingDevice *device = QPointingDevice::primaryPointingDevice()) |
Descripción Detallada
Los eventos Enter ocurren cuando el cursor del ratón entra en una ventana o widget.
Documentación de Funciones Miembro
QEnterEvent::QEnterEvent(const QPointF &localPos, const QPointF &scenePos, const QPointF &globalPos, const QPointingDevice *device = QPointingDevice::primaryPointingDevice())
Construye un objeto de evento de entrada originado en device.
Los puntos localPos, scenePos y globalPos especifican la posición del cursor del ratón relativa al widget o elemento receptor, ventana y pantalla o escritorio, respectivamente.
© 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.