QGenericPlugin ClassThe QGenericPlugin class is an abstract base class for window-system related plugins in Qt QPA. More... #include <QGenericPlugin> Inherits: QObject. Public Functions
Reimplemented Public Functions
Additional Inherited Members
Detailed DescriptionThe QGenericPlugin class is an abstract base class for window-system related plugins in Qt QPA. Note that this class is only available in Qt QPA. A mouse plugin can be created by subclassing QGenericPlugin 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 QGenericPluginFactory 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 QGenericPluginFactory. Member Function Documentation
|