From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qmousedriverfactory.html | 79 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 doc/html/qmousedriverfactory.html (limited to 'doc/html/qmousedriverfactory.html') diff --git a/doc/html/qmousedriverfactory.html b/doc/html/qmousedriverfactory.html new file mode 100644 index 0000000..f3e4ec8 --- /dev/null +++ b/doc/html/qmousedriverfactory.html @@ -0,0 +1,79 @@ + + + + + +QMouseDriverFactory Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QMouseDriverFactory Class Reference

+ +

The QMouseDriverFactory class creates QWSMouseHandler +objects for Qt/Embedded. +More... +

#include <qmousedriverfactory_qws.h> +

List of all member functions. +

Static Public Members

+ +

Detailed Description

+ + +The QMouseDriverFactory class creates QWSMouseHandler +objects for Qt/Embedded. +

The graphics driver factory creates a QWSMouseHandler object for a +given key with QMouseDriverFactory::create(key). +

The drivers are either built-in or dynamically loaded from a +driver plugin (see QMouseDriverPlugin). +

This class is only available in Qt/Embedded. +

QMouseDriverFactory::keys() returns a list of valid keys. + +


Member Function Documentation

+

QWSMouseHandler * QMouseDriverFactory::create ( const QString & key, const QString & device ) [static] +

+Creates a QWSMouseHandler object that matches key and uses +device device. This is either a built-in driver, or a driver +from a driver plugin. +

See also keys(). + +

QStringList QMouseDriverFactory::keys () [static] +

+Returns the list of keys this factory can create drivers for. +

See also create(). + + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1