Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QScreenDriverFactory Class Reference
[QtGui module]

The QScreenDriverFactory class creates QScreen objects for Qtopia Core. More...

#include <QScreenDriverFactory>

Static Public Members


Detailed Description

The QScreenDriverFactory class creates QScreen objects for Qtopia Core.

The graphics driver factory creates a QScreen object for a given key with QScreenDriverFactory::create(key).

The drivers are either built-in or dynamically loaded from a driver plugin (see QScreenDriverPlugin).

QScreenDriverFactory::keys() returns a list of valid keys. Qt currently ships with "LinuxFb".

This class is only available in Qtopia Core.


Member Function Documentation

QScreen * QScreenDriverFactory::create ( const QString & key, int displayId )   [static]

Creates a QScreen object of a type that matches key, and with the ID, displayId. The QScreen object returned may be from a built-in driver, or from a driver plugin.

See also keys().

QStringList QScreenDriverFactory::keys ()   [static]

Returns the list of keys this factory can create drivers for.

See also create().


Copyright © 2005 Trolltech Trademarks
Qt 4.1.0
Hosted by uCoz