IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QExposeEvent Class

The QExposeEvent class contains event parameters for expose events.

This class was introduced in Qt 5.0.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QExposeEvent Class

  • Header: QExposeEvent

  • Since: Qt 5.0

  • qmake: QT += gui

  • Inherits: QEvent

  • Group: QExposeEvent is part of events

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 QWindow::exposeEvent() receives expose events.

Member Function Documentation

 

[explicit] 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.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+