QMouseDriverPlugin Class ReferenceThe QMouseDriverPlugin class is an abstract base class for mouse driver plugins in Qt for Embedded Linux. More... #include <QMouseDriverPlugin> Inherits: QObject. Public Functions
Reimplemented Public Functions
Additional Inherited Members
Detailed DescriptionThe QMouseDriverPlugin class is an abstract base class for mouse driver plugins in Qt for Embedded Linux. Note that this class is only available in Qt for Embedded Linux. Qt for Embedded Linux provides ready-made drivers for several mouse protocols, see the pointer handling documentation for details. Custom mouse drivers can be implemented by subclassing the QWSMouseHandler class and creating a mouse driver plugin. A mouse driver plugin can be created by subclassing QMouseDriverPlugin and reimplementing the pure virtual keys() and create() functions. By exporting the derived class using the Q_EXPORT_PLUGIN2() macro, The default implementation of the QMouseDriverFactory class will automatically detect the plugin and load the driver into the server application at run-time. See How to Create Qt Plugins for details. See also QWSMouseHandler and QMouseDriverFactory. Member Function Documentation
|