The QExposeEvent class contains event parameters for expose events. 更多...
| 頭: | #include <QExposeEvent> |
| qmake: | QT += gui |
| Since: | Qt 5.0 |
| 繼承: | QEvent |
| QExposeEvent (const QRegion & exposeRegion ) | |
| const QRegion & | region () const |
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.
事件處理程序 QWindow::exposeEvent () 接收暴露事件。
構造暴露事件為給定 exposeRegion 其必須在本地坐標中。
Returns the window area that has been exposed. The region is given in local coordinates.