Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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: