QScreenDriverPlugin Class ReferenceThe QScreenDriverPlugin class is an abstract base class for screen driver plugins in Qt for Embedded Linux. More... #include <QScreenDriverPlugin> Inherits: QObject. Public Functions
Reimplemented Public Functions
Additional Inherited Members
Detailed DescriptionThe QScreenDriverPlugin class is an abstract base class for screen 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 screen protocols, see the display management documentation for details. Custom screen drivers can be implemented by subclassing the QScreen class and creating a screen driver plugin. A screen driver plugin can be created by subclassing QScreenDriverPlugin 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 QScreenDriverFactory 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 QScreen and QScreenDriverFactory. Member Function Documentation
|