1QGfxDriverFactory(3qt)                                  QGfxDriverFactory(3qt)
2
3
4

NAME

6       QGfxDriverFactory - Creates QScreen objects for Qt/Embedded
7

SYNOPSIS

9       #include <qgfxdriverfactory_qws.h>
10
11   Static Public Members
12       <li class=fn>QStringList keys () <li class=fn>QScreen * create ( const
13       QString & key, int displayId )
14

DESCRIPTION

16       The QGfxDriverFactory class creates QScreen objects for Qt/Embedded.
17
18       The graphics driver factory creates a QScreen object for a given key
19       with QGfxDriverFactory::create(key).
20
21       The drivers are either built-in or dynamically loaded from a driver
22       plugin (see QGfxDriverPlugin).
23
24       QGfxDriverFactory::keys() returns a list of valid keys. Qt currently
25       ships with "LinuxFb".
26
27       This class is only available in Qt/Embedded.
28

MEMBER FUNCTION DOCUMENTATION

QScreen * QGfxDriverFactory::create ( const QString & key, int displayId )

31       [static]
32       Creates a QScreen object of a type that matches key, and with the ID,
33       displayId. The QScreen object returned may be from a built-in driver,
34       or from a driver plugin.
35
36       See also keys().
37

QStringList QGfxDriverFactory::keys () [static]

39       Returns the list of keys this factory can create drivers for.
40
41       See also create().
42
43

SEE ALSO

45       http://doc.trolltech.com/qgfxdriverfactory.html
46       http://www.trolltech.com/faq/tech.html
47
49       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
50       license file included in the distribution for a complete license
51       statement.
52

AUTHOR

54       Generated automatically from the source code.
55

BUGS

57       If you find a bug in Qt, please report it as described in
58       http://doc.trolltech.com/bughowto.html.  Good bug reports help us to
59       help you. Thank you.
60
61       The definitive Qt documentation is provided in HTML format; it is
62       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
63       web browser. This man page is provided as a convenience for those users
64       who prefer man pages, although this format is not officially supported
65       by Trolltech.
66
67       If you find errors in this manual page, please report them to qt-
68       bugs@trolltech.com.  Please include the name of the manual page
69       (qgfxdriverfactory.3qt) and the Qt version (3.3.8).
70
71
72
73Trolltech AS                    2 February 2007         QGfxDriverFactory(3qt)
Impressum