Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QGenericPluginFactory Class Reference

\inmodule QtGui More...

#include <qgenericpluginfactory.h>

Collaboration diagram for QGenericPluginFactory:

Static Public Member Functions

static QStringList keys ()
 Returns the list of valid keys, i.e.
static QObjectcreate (const QString &, const QString &)

Detailed Description

\inmodule QtGui

The QGenericPluginFactory class creates plugin drivers.

See also
QGenericPlugin

Definition at line 16 of file qgenericpluginfactory.h.

Member Function Documentation

◆ create()

QObject * QGenericPluginFactory::create ( const QString & ,
const QString &  )
static

◆ keys()

QStringList QGenericPluginFactory::keys ( )
static

Returns the list of valid keys, i.e.

the available mouse drivers.

See also
create()

Definition at line 45 of file qgenericpluginfactory.cpp.


The documentation for this class was generated from the following files: