source: trunk/doc/html/qkbddriverplugin.html@ 190

Last change on this file since 190 was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 4.3 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/embedded/qkbddriverplugin_qws.cpp:40 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>QKbdDriverPlugin Class</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { background: #ffffff; color: black; }
12--></style>
13</head>
14<body>
15
16<table border="0" cellpadding="0" cellspacing="0" width="100%">
17<tr bgcolor="#E5E5E5">
18<td valign=center>
19 <a href="index.html">
20<font color="#004faf">Home</font></a>
21 | <a href="classes.html">
22<font color="#004faf">All&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;Classes</font></a>
25 | <a href="annotated.html">
26<font color="#004faf">Annotated</font></a>
27 | <a href="groups.html">
28<font color="#004faf">Grouped&nbsp;Classes</font></a>
29 | <a href="functions.html">
30<font color="#004faf">Functions</font></a>
31</td>
32<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QKbdDriverPlugin Class Reference</h1>
33
34<p>The QKbdDriverPlugin class provides an abstract base for
35Qt/Embedded keyboard driver plugins.
36<a href="#details">More...</a>
37<p><tt>#include &lt;<a href="qkbddriverplugin_qws-h.html">qkbddriverplugin_qws.h</a>&gt;</tt>
38<p><a href="qkbddriverplugin-members.html">List of all member functions.</a>
39<h2>Public Members</h2>
40<ul>
41<li class=fn><a href="#QKbdDriverPlugin"><b>QKbdDriverPlugin</b></a> ()</li>
42<li class=fn><a href="#~QKbdDriverPlugin"><b>~QKbdDriverPlugin</b></a> ()</li>
43<li class=fn>virtual QStringList <a href="#keys"><b>keys</b></a> () const = 0</li>
44<li class=fn>virtual QWSKeyboardHandler * <a href="#create"><b>create</b></a> ( const&nbsp;QString&nbsp;&amp;&nbsp;driver, const&nbsp;QString&nbsp;&amp;&nbsp;device ) = 0</li>
45</ul>
46<hr><a name="details"></a><h2>Detailed Description</h2>
47
48
49The QKbdDriverPlugin class provides an abstract base for
50Qt/Embedded keyboard driver plugins.
51<p>
52<p> The keyboard driver plugin is a simple plugin interface that makes
53it easy to create custom keyboard drivers.
54<p> Writing a keyboard driver plugin is achieved by subclassing this
55base class, reimplementing the pure virtual functions <a href="#keys">keys</a>() and
56<a href="#create">create</a>(), and exporting the class with the <tt>Q_EXPORT_PLUGIN</tt>
57macro. See the <a href="plugins-howto.html">Plugins
58 documentation</a> for details.
59<p> This class is only available in Qt/Embedded.
60<p>See also <a href="plugins.html">Plugins</a>.
61
62<hr><h2>Member Function Documentation</h2>
63<h3 class=fn><a name="QKbdDriverPlugin"></a>QKbdDriverPlugin::QKbdDriverPlugin ()
64</h3>
65Constructs a keyboard driver plugin. This is invoked automatically
66by the <tt>Q_EXPORT_PLUGIN</tt> macro.
67
68<h3 class=fn><a name="~QKbdDriverPlugin"></a>QKbdDriverPlugin::~QKbdDriverPlugin ()
69</h3>
70Destroys the keyboard driver plugin.
71<p> You never have to call this explicitly. Qt destroys a plugin
72automatically when it is no longer used.
73
74<h3 class=fn><a href="qwskeyboardhandler.html">QWSKeyboardHandler</a>&nbsp;* <a name="create"></a>QKbdDriverPlugin::create ( const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;driver, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;device )<tt> [pure virtual]</tt>
75</h3>
76
77<p> Creates a driver matching the type specified by <em>driver</em> and <em>device</em>.
78<p> <p>See also <a href="#keys">keys</a>().
79
80<h3 class=fn><a href="qstringlist.html">QStringList</a> <a name="keys"></a>QKbdDriverPlugin::keys () const<tt> [pure virtual]</tt>
81</h3>
82
83<p> Returns the list of keyboard drivers this plugin supports.
84<p> <p>See also <a href="#create">create</a>().
85
86<!-- eof -->
87<hr><p>
88This file is part of the <a href="index.html">Qt toolkit</a>.
89Copyright &copy; 1995-2007
90<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
91<table width=100% cellspacing=0 border=0><tr>
92<td>Copyright &copy; 2007
93<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
94<td align=right><div align=right>Qt 3.3.8</div>
95</table></div></address></body>
96</html>
Note: See TracBrowser for help on using the repository browser.