Класс QGenericPluginFactory
Класс QGenericPluginFactory создаёт драйверы плагинов. Подробнее...
| Заголовок: | #include <QGenericPluginFactory> |
| qmake: | QT += gui |
Статические публичные члены
| QObject * | create(const QString &key, const QString &specification) |
| QStringList | keys() |
Подробное описание
Класс QGenericPluginFactory создаёт драйверы плагинов.
См. также QGenericPlugin.
Документация по членам-функциям
[static] QObject *QGenericPluginFactory::create(const QString &key, const QString &specification)
Создаёт драйвер, указанный ключом key, используя заданную specification.
Обратите внимание, что ключи регистронезависимые.
См. также keys().
[static] QStringList QGenericPluginFactory::keys()
Возвращает список допустимых ключей, т.е. доступные драйверы мыши.
См. также create().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qgenericpluginfactory.html