![]() |
Home · All Classes · All Functions · | ![]() |
The QSystemDisplayInfo class provides access to display information from the system. More...
#include <QSystemDisplayInfo>
Inherits QObject.
QSystemDisplayInfo ( QObject * parent = 0 ) | |
~QSystemDisplayInfo () |
int | colorDepth ( int screenNumber ) |
int | displayBrightness ( int screen ) |
The QSystemDisplayInfo class provides access to display information from the system.
Constructs a QSystemDisplayInfo object with the given parent.
Destroys the QSystemDisplayInfo object.
Returns the color depth of the screen screenNumber, in bits per pixel.
Returns the display brightness of screen in %, 1 - 100 scale.
Depending on platform, displayBrightness may not be available due to differing hardware, software or driver implementation. In which case this will return 0.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |