From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qgfxdriverfactory.html | 78 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 doc/html/qgfxdriverfactory.html (limited to 'doc/html/qgfxdriverfactory.html') diff --git a/doc/html/qgfxdriverfactory.html b/doc/html/qgfxdriverfactory.html new file mode 100644 index 0000000..3a753cf --- /dev/null +++ b/doc/html/qgfxdriverfactory.html @@ -0,0 +1,78 @@ + + + + + +QGfxDriverFactory Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QGfxDriverFactory Class Reference

+ +

The QGfxDriverFactory class creates QScreen objects for Qt/Embedded. +More... +

#include <qgfxdriverfactory_qws.h> +

List of all member functions. +

Static Public Members

+ +

Detailed Description

+ + +The QGfxDriverFactory class creates QScreen objects for Qt/Embedded. +

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

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

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

This class is only available in Qt/Embedded. + +


Member Function Documentation

+

QScreen * QGfxDriverFactory::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 QGfxDriverFactory::keys () [static] +

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

See also create(). + + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1