QGenericPluginFactory Class

The QGenericPluginFactory class creates plugin drivers. 更多...

頭: #include <QGenericPluginFactory>
qmake: QT += gui

靜態公共成員

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

詳細描述

The QGenericPluginFactory class creates plugin drivers.

另請參閱 QGenericPlugin .

成員函數文檔編製

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

Creates the driver specified by key ,使用給定 specification .

Note that the keys are case-insensitive.

另請參閱 keys ().

[static] QStringList QGenericPluginFactory:: keys ()

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

另請參閱 create ().