QExposeEvent ClassThe QExposeEvent class contains event parameters for expose events. More... #include <QExposeEvent> Inherits: QEvent. This class was introduced in Qt 5.0. Public Functions
Additional Inherited MembersDetailed DescriptionThe 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. |