QEnterEvent露
- PyQt5.QtGui.QEnterEvent
Inherits from QEvent.
Description露
The QEnterEvent class contains parameters that describe an enter event.
Enter events occur when the mouse cursor enters a window or a widget.
Methods露
- __init__(QEnterEvent)
TODO
- __init__(Union[QPointF, QPoint], Union[QPointF, QPoint], Union[QPointF, QPoint])
Constructs an enter event object.
The points localPos, windowPos and screenPos specify the mouse cursor鈥檚 position relative to the receiving widget or item, window, and screen, respectively.
- globalPos() → QPoint
TODO
- globalX() → int
TODO
- globalY() → int
TODO
- localPos() → QPointF
TODO
- pos() → QPoint
TODO
- screenPos() → QPointF
TODO
- windowPos() → QPointF
TODO
- x() → int
TODO
- y() → int
TODO