1QKbdDriverFactory(3qt)                                  QKbdDriverFactory(3qt)
2
3
4

NAME

6       QKbdDriverFactory - Creates QWSKeyboardHandler objects for Qt/Embedded
7

SYNOPSIS

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

DESCRIPTION

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

MEMBER FUNCTION DOCUMENTATION

QWSKeyboardHandler * QKbdDriverFactory::create ( const QString & key, const

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

QStringList QKbdDriverFactory::keys () [static]

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

SEE ALSO

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

AUTHOR

53       Generated automatically from the source code.
54

BUGS

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