QExposeEvent¶
The
QExposeEvent
class contains event parameters for expose events. More…
Synopsis¶
Functions¶
def
region
()
Detailed Description¶
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.
- class PySide2.QtGui.QExposeEvent(rgn)¶
- param rgn:
Constructs an expose event for the given
exposeRegion
which must be in local coordinates.
- PySide2.QtGui.QExposeEvent.rgn¶
- PySide2.QtGui.QExposeEvent.region()¶
- Return type:
Returns the window area that has been exposed. The region is given in local coordinates.
© 2022 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.