| [190] | 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/qmousedriverfactory_qws.cpp:76 -->
 | 
|---|
 | 3 | <html>
 | 
|---|
 | 4 | <head>
 | 
|---|
 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 | 
|---|
 | 6 | <title>QMouseDriverFactory Class</title>
 | 
|---|
 | 7 | <style type="text/css"><!--
 | 
|---|
 | 8 | fn { margin-left: 1cm; text-indent: -1cm; }
 | 
|---|
 | 9 | a:link { color: #004faf; text-decoration: none }
 | 
|---|
 | 10 | a:visited { color: #672967; text-decoration: none }
 | 
|---|
 | 11 | body { 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 Classes</font></a>
 | 
|---|
 | 23 |  | <a href="mainclasses.html">
 | 
|---|
 | 24 | <font color="#004faf">Main 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 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>QMouseDriverFactory Class Reference</h1>
 | 
|---|
 | 33 | 
 | 
|---|
 | 34 | <p>The QMouseDriverFactory class creates QWSMouseHandler
 | 
|---|
 | 35 | objects for Qt/Embedded.
 | 
|---|
 | 36 | <a href="#details">More...</a>
 | 
|---|
 | 37 | <p><tt>#include <<a href="qmousedriverfactory_qws-h.html">qmousedriverfactory_qws.h</a>></tt>
 | 
|---|
 | 38 | <p><a href="qmousedriverfactory-members.html">List of all member functions.</a>
 | 
|---|
 | 39 | <h2>Static Public Members</h2>
 | 
|---|
 | 40 | <ul>
 | 
|---|
 | 41 | <li class=fn>QStringList <a href="#keys"><b>keys</b></a> ()</li>
 | 
|---|
 | 42 | <li class=fn>QWSMouseHandler * <a href="#create"><b>create</b></a> ( const QString & key, const QString & device )</li>
 | 
|---|
 | 43 | </ul>
 | 
|---|
 | 44 | <hr><a name="details"></a><h2>Detailed Description</h2>
 | 
|---|
 | 45 | 
 | 
|---|
 | 46 | 
 | 
|---|
 | 47 | The QMouseDriverFactory class creates <a href="qwsmousehandler.html">QWSMouseHandler</a>
 | 
|---|
 | 48 | objects for Qt/Embedded.
 | 
|---|
 | 49 | <p> The graphics driver factory creates a QWSMouseHandler object for a
 | 
|---|
 | 50 | given key with <a href="#create">QMouseDriverFactory::create</a>(key).
 | 
|---|
 | 51 | <p> The drivers are either built-in or dynamically loaded from a
 | 
|---|
 | 52 | driver plugin (see <a href="qmousedriverplugin.html">QMouseDriverPlugin</a>).
 | 
|---|
 | 53 | <p> This class is only available in Qt/Embedded.
 | 
|---|
 | 54 | <p> <a href="#keys">QMouseDriverFactory::keys</a>() returns a list of valid keys.
 | 
|---|
 | 55 | 
 | 
|---|
 | 56 | <hr><h2>Member Function Documentation</h2>
 | 
|---|
 | 57 | <h3 class=fn><a href="qwsmousehandler.html">QWSMouseHandler</a> * <a name="create"></a>QMouseDriverFactory::create ( const <a href="qstring.html">QString</a> & key, const <a href="qstring.html">QString</a> & device )<tt> [static]</tt>
 | 
|---|
 | 58 | </h3>
 | 
|---|
 | 59 | Creates a <a href="qwsmousehandler.html">QWSMouseHandler</a> object that matches <em>key</em> and uses
 | 
|---|
 | 60 | device <em>device</em>. This is either a built-in driver, or a driver
 | 
|---|
 | 61 | from a driver plugin.
 | 
|---|
 | 62 | <p> <p>See also <a href="#keys">keys</a>().
 | 
|---|
 | 63 | 
 | 
|---|
 | 64 | <h3 class=fn><a href="qstringlist.html">QStringList</a> <a name="keys"></a>QMouseDriverFactory::keys ()<tt> [static]</tt>
 | 
|---|
 | 65 | </h3>
 | 
|---|
 | 66 | Returns the list of keys this factory can create drivers for.
 | 
|---|
 | 67 | <p> <p>See also <a href="#create">create</a>().
 | 
|---|
 | 68 | 
 | 
|---|
 | 69 | <!-- eof -->
 | 
|---|
 | 70 | <hr><p>
 | 
|---|
 | 71 | This file is part of the <a href="index.html">Qt toolkit</a>.
 | 
|---|
 | 72 | Copyright © 1995-2007
 | 
|---|
 | 73 | <a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
 | 
|---|
 | 74 | <table width=100% cellspacing=0 border=0><tr>
 | 
|---|
 | 75 | <td>Copyright © 2007
 | 
|---|
 | 76 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
 | 
|---|
 | 77 | <td align=right><div align=right>Qt 3.3.8</div>
 | 
|---|
 | 78 | </table></div></address></body>
 | 
|---|
 | 79 | </html>
 | 
|---|