summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-10-04 13:11:30 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-07 22:23:30 +0200
commitc66b7cf55b6913dcf33d49d4f6bf9db51ccf39a8 (patch)
tree430983856f993de5618aa5d8d0198b2db98eda97 /src/corelib/global/qnamespace.qdoc
parent090d825e1d853a2ed875329a8350b0a727c3527e (diff)
Added Orientation API to QScreen and QWindow.
QScreen now has a primary and current orientation, and a QWindow can set its orientation as well. The current screen orientation is just a hint to the application. Change-Id: I4635982cfac2d16634d4edd5c6ab78e9d0ac55a4 Reviewed-on: http://codereview.qt-project.org/5988 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 08df79af28..5df88898cf 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -1826,6 +1826,19 @@
*/
/*!
+ \enum Qt::ScreenOrientation
+
+ This enum type specifies the various orientations a screen might have.
+
+ \value UnknownOrientation The orientation is unknown or the platform doesn't support orientations.
+ \value LandscapeOrientation Landscape orientation, display width is greater than display height.
+ \value PortraitOrientation Portrait orientation, display height is greater than display width,
+ rotated 90 degree clockwise relative to landscape.
+ \value InvertedLandscapeOrientation Inverted landscape orientation, rotated 180 degrees relative to landscape.
+ \value InvertedPortraitOrientation Inverted portrait orientation, rotated 180 degrees relative to portrait.
+*/
+
+/*!
\enum Qt::ContextMenuPolicy
This enum type defines the various policies a widget can have with