Класс 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.11/qgenericpluginfactory.html