QGenericPluginFactory Class

The QGenericPluginFactory class creates window-system related plugin drivers in Qt QPA. 更多...

頭: #include <QGenericPluginFactory>
Since: Qt 4.8

靜態公共成員

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

詳細描述

The QGenericPluginFactory class creates window-system related plugin drivers in Qt QPA.

Note that this class is only available in Qt QPA.

另請參閱 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 ().