Qt 6.x
The Qt SDK
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()

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

Referenced by init_plugins().

+ Here is the caller graph for this function:

◆ 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.

References QListSpecialMethodsBase< T >::contains(), it, keyMap, and list.

+ Here is the call graph for this function:

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