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  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QScreenDriverPlugin Class Reference
[QtGui module]

The QScreenDriverPlugin class provides an abstract base for Qt/Embedded graphics driver plugins. More...

#include <QScreenDriverPlugin>

Inherits QObject.

Public Functions

  • 28 public functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject

Detailed Description

The QScreenDriverPlugin class provides an abstract base for Qt/Embedded graphics driver plugins.

The graphics driver plugin is a simple plugin interface that makes it easy to create custom graphics drivers.

Writing a graphics driver plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys() and create(), and exporting the class with the Q_EXPORT_PLUGIN() macro. See How to Create Qt Plugins for details.

This class is only available in Qt/Embedded.


Member Function Documentation

QScreenDriverPlugin::QScreenDriverPlugin ( QObject * parent = 0 )

Constructs a graphics driver plugin with the given parent. This is invoked automatically by the Q_EXPORT_PLUGIN() macro.

QScreenDriverPlugin::~QScreenDriverPlugin ()

Destroys the graphics driver plugin.

You never have to call this explicitly. Qt destroys a plugin automatically when it is no longer used.

QScreen * QScreenDriverPlugin::create ( const QString & driver, int displayId )   [pure virtual]

Creates a driver matching the type specified by driver, that will use display displayId.

Reimplemented from QScreenDriverFactoryInterface.

See also keys().

QStringList QScreenDriverPlugin::keys () const   [pure virtual]

Returns the list of graphics drivers this plugin supports.

Reimplemented from QFactoryInterface.

See also create().

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 4.0
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