QExposeEvent Class

The QExposeEvent class contains event parameters for expose events. More...

Header: #include <QExposeEvent>
qmake: QT += gui
Since: Qt 5.0
Inherits: QEvent

Public Functions

QExposeEvent(const QRegion &exposeRegion)
const QRegion & region() const
  • 6 public functions inherited from QEvent

Additional Inherited Members

  • 1 property inherited from QEvent
  • 1 static public member inherited from QEvent

Detailed Description

The QExposeEvent class contains event parameters for expose events.

Expose events are sent to windows when an area of the window is invalidated or window visibility in the windowing system changes.

The event handler QWindow::exposeEvent() receives expose events.

Member Function Documentation

QExposeEvent::QExposeEvent(const QRegion &exposeRegion)

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

const QRegion &QExposeEvent::region() const

Returns the window area that has been exposed. The region is given in local coordinates.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qexposeevent.html