CopperSpice API  1.9.1
QGenericPluginFactory Class Reference

The QGenericPluginFactory class creates plugin drivers. More...

Static Public Methods

static QObjectcreate (const QString &key, const QString &spec)
 
static QStringList keys ()
 

Detailed Description

The QGenericPluginFactory class creates plugin drivers.

See also
QGenericPlugin

Method Documentation

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

Creates the driver specified by key using the given spec. Keys are case insensitive.

See also
keys()
QStringList QGenericPluginFactory::keys ( )
static

Returns the list of valid keys, for example the available mouse drivers.

See also
create()