Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QSystemDisplayInfo Class Reference

The QSystemDisplayInfo class provides access to display information from the system. More...

 #include <QSystemDisplayInfo>

Inherits: QObject.

This class was introduced in Qt Mobility 1.0.

Public Types

enum BacklightState { BacklightStateUnknown, BacklightStateOff, BacklightStateDimmed, BacklightStateOn }
enum DisplayOrientation { Unknown, Landscape, Portrait, InvertedLandscape, InvertedPortrait }

Public Functions

QSystemDisplayInfo ( QObject * parent = 0 )
~QSystemDisplayInfo ()
QSystemDisplayInfo::BacklightState backlightStatus ( int screen )
float contrast ( int screen )
int getDPIHeight ( int screen )
int getDPIWidth ( int screen )
QSystemDisplayInfo::DisplayOrientation orientation ( int screen )
int physicalHeight ( int screen )
int physicalWidth ( int screen )
  • 29 public functions inherited from QObject

Signals

void orientationChanged ( QSystemDisplayInfo::DisplayOrientation orientation )

Static Public Members

int colorDepth ( int screenNumber )
int displayBrightness ( int screenNumber )
  • 4 static public members inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public variable inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QSystemDisplayInfo class provides access to display information from the system.

Warning: This class can only be used from the main thread, since it has been implemented using GUI functionality.

Member Type Documentation

enum QSystemDisplayInfo::BacklightState

This enum describes the state of the Backlight.

ConstantValueDescription
QSystemDisplayInfo::BacklightStateUnknown-1Error, no, or unknown Backlight state.
QSystemDisplayInfo::BacklightStateOff0Backlight is turned off.
QSystemDisplayInfo::BacklightStateDimmed1Backlight has been dimmed.
QSystemDisplayInfo::BacklightStateOn2Backlight is on.

enum QSystemDisplayInfo::DisplayOrientation

This enum describes the orientation of the default window.

ConstantValueDescription
QSystemDisplayInfo::Unknown0Unknown orientation or error.
QSystemDisplayInfo::Landscape1Landscape is wider than high.
QSystemDisplayInfo::Portrait2Portrait is higher than wide.
QSystemDisplayInfo::InvertedLandscape3Landscape that is inverted.
QSystemDisplayInfo::InvertedPortrait4Portrait that is inverted.

Member Function Documentation

QSystemDisplayInfo::QSystemDisplayInfo ( QObject * parent = 0 )

Constructs a QSystemDisplayInfo object with the given parent.

QSystemDisplayInfo::~QSystemDisplayInfo ()

Destroys the QSystemDisplayInfo object.

QSystemDisplayInfo::BacklightState QSystemDisplayInfo::backlightStatus ( int screen )

Returns whether the QSystemDisplayInfo::BacklightState for the screen screen.

This function was introduced in Qt Mobility 1.2.

int QSystemDisplayInfo::colorDepth ( int screenNumber ) [static]

Returns the color depth of the screen with the index screenNumber, in bits per pixel. -1 is returned if not available or on error.

This function was introduced in Qt Mobility 1.0.

See also QDesktopWidget::screenCount().

float QSystemDisplayInfo::contrast ( int screen )

Returns the current contrast of the screen screen, from 0 to 1. -1 is returned if not available or on error.

This function was introduced in Qt Mobility 1.2.

See also QDesktopWidget::screenCount().

int QSystemDisplayInfo::displayBrightness ( int screenNumber ) [static]

Returns the display brightness of the screen with index screenNumber, in 1 - 100 scale. -1 is returned if not available or on error.

This function was introduced in Qt Mobility 1.0.

See also QDesktopWidget::screenCount().

int QSystemDisplayInfo::getDPIHeight ( int screen )

Returns the dpi (Dot Per Inch) of the height os screen. -1 is returned if not available or on error.

This function was introduced in Qt Mobility 1.2.

See also QDesktopWidget::screenCount().

int QSystemDisplayInfo::getDPIWidth ( int screen )

Returns the current dots per inch (DPI) for the width of screen. -1 is returned if not available or on error.

This function was introduced in Qt Mobility 1.2.

See also QDesktopWidget::screenCount().

QSystemDisplayInfo::DisplayOrientation QSystemDisplayInfo::orientation ( int screen )

Returns the orientation of the UI QDesktopWidget for screen.

This function was introduced in Qt Mobility 1.2.

See also QDesktopWidget::screenCount().

void QSystemDisplayInfo::orientationChanged ( QSystemDisplayInfo::DisplayOrientation orientation ) [signal]

This signal is emitted when QDesktopWidget's orientation has changed to orientation.

int QSystemDisplayInfo::physicalHeight ( int screen )

Returns the physical height of the screen in millimeters. -1 is returned if not available or on error.

This function was introduced in Qt Mobility 1.2.

See also QDesktopWidget::screenCount().

int QSystemDisplayInfo::physicalWidth ( int screen )

Returns the physical width of screen in millimeters. -1 is returned if not available or on error.

This function was introduced in Qt Mobility 1.2.

See also QDesktopWidget::screenCount().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 26
  2. «Le projet de loi des droits du développeur» : quelles conditions doivent remplir les entreprises pour que le développeur puisse réussir ? 60
  3. Une nouvelle ère d'IHM 3D pour les automobiles, un concept proposé par Digia et implémenté avec Qt 3
  4. Qt Creator 2.5 est sorti en beta, l'EDI supporte maintenant plus de fonctionnalités de C++11 2
  5. PySide devient un add-on Qt et rejoint le Qt Project et le modèle d'open gouvernance 1
  6. Vingt sociétés montrent leurs décodeurs basés sur Qt au IPTV World Forum, en en exploitant diverses facettes (déclaratif, Web, widgets) 0
  7. Thread travailleur avec Qt en utilisant les signaux et les slots, un article de Christophe Dumez traduit par Thibaut Cuvelier 1
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 97
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 50
  4. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 26
  5. «Le projet de loi des droits du développeur» : quelles conditions doivent remplir les entreprises pour que le développeur puisse réussir ? 57
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Labs au hasard

Logo

Qt et Box2D c'est facile

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtmobility-1.2
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web