QExposeEvent

PyQt5.QtGui.QExposeEvent

Inherits from QEvent.

Description

The QExposeEvent class contains event parameters for expose events.

Expose events are sent to windows when an area of the window is invalidated, for example when window exposure in the windowing system changes.

A Window with a client area that is completely covered by another window, or is otherwise not visible may be considered obscured by Qt and may in such cases not receive expose events.

The event handler exposeEvent() receives expose events.

Methods

__init__(QRegion)

Constructs an expose event for the given exposeRegion which must be in local coordinates.


__init__(QExposeEvent)

TODO


region() → QRegion

TODO