summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformwindow_qpa.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-02-17 11:30:56 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-18 20:45:23 +0100
commit2e4d8f67a871f2033abeb08cf94d8a31a14ad1cc (patch)
tree085f41995e906b8624adf3f1d455863f2edb1c45 /src/gui/kernel/qplatformwindow_qpa.h
parent466107107a85e7211c4b7f77b36ec50625657061 (diff)
Introduced QWindow::isExposed().
The visible property along with show/hideEvent tracks the windows visibility from the application perspective and is really a request. The exposeEvent() along with the isExposed() accessor is used to notify the application of the actual state of the window in the windowing system. Change-Id: I7f5b7ed74a168e34aaa21ce0ae9042ddfb0bf6d8 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/kernel/qplatformwindow_qpa.h')
-rw-r--r--src/gui/kernel/qplatformwindow_qpa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformwindow_qpa.h b/src/gui/kernel/qplatformwindow_qpa.h
index 88bf633425..170f62162f 100644
--- a/src/gui/kernel/qplatformwindow_qpa.h
+++ b/src/gui/kernel/qplatformwindow_qpa.h
@@ -89,6 +89,8 @@ public:
virtual void raise();
virtual void lower();
+ virtual bool isExposed() const;
+
virtual void propagateSizeHints();
virtual void setOpacity(qreal level);