QGenericPluginFactory Class

The QGenericPluginFactory class creates plugin drivers. More...

#include <QGenericPluginFactory>

Static Public Members

QObject * create(const QString & key, const QString & specification)
QStringList keys()

Detailed Description

The QGenericPluginFactory class creates plugin drivers.

See also QGenericPlugin.

Member Function Documentation

QObject * QGenericPluginFactory::create(const QString & key, const QString & specification) [static]

Creates the driver specified by key, using the given specification.

Note that the keys are case-insensitive.

See also keys().

QStringList QGenericPluginFactory::keys() [static]

Returns the list of valid keys, i.e. the available mouse drivers.

See also create().