1QMouseDriverFactory(3qt)                              QMouseDriverFactory(3qt)
2
3
4

NAME

6       QMouseDriverFactory - Creates QWSMouseHandler objects for Qt/Embedded
7

SYNOPSIS

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

DESCRIPTION

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

MEMBER FUNCTION DOCUMENTATION

QWSMouseHandler * QMouseDriverFactory::create ( const QString & key, const

31       QString & device ) [static]
32       Creates a QWSMouseHandler object that matches key and uses device
33       device. This is either a built-in driver, or a driver from a driver
34       plugin.
35
36       See also keys().
37

QStringList QMouseDriverFactory::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/qmousedriverfactory.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       (qmousedriverfactory.3qt) and the Qt version (3.3.8).
70
71
72
73Trolltech AS                    2 February 2007       QMouseDriverFactory(3qt)
Impressum