Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qfactoryloader_p.h File Reference

(1a54a0330141ea01fa9b81c8deb23f063815ce8f)

#include "QtCore/qglobal.h"
#include "QtCore/private/qplugin_p.h"
#include "QtCore/private/qduplicatetracker_p.h"
#include "QtCore/qcoreapplication.h"
#include "QtCore/qmap.h"
#include "QtCore/qmutex.h"
#include "QtCore/qobject.h"
#include "QtCore/qplugin.h"
Include dependency graph for qfactoryloader_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QFactoryLoader

Functions

template<class PluginInterface, class FactoryInterface, typename ... Args>
PluginInterface * qLoadPlugin (const QFactoryLoader *loader, const QString &key, Args &&...args)
template<class PluginInterface, class FactoryInterface, typename Arg>
Q_DECL_DEPRECATED PluginInterface * qLoadPlugin1 (const QFactoryLoader *loader, const QString &key, Arg &&arg)

Function Documentation

◆ qLoadPlugin()

template<class PluginInterface, class FactoryInterface, typename ... Args>
PluginInterface * qLoadPlugin ( const QFactoryLoader * loader,
const QString & key,
Args &&... args )

Definition at line 96 of file qfactoryloader_p.h.

◆ qLoadPlugin1()

template<class PluginInterface, class FactoryInterface, typename Arg>
Q_DECL_DEPRECATED PluginInterface * qLoadPlugin1 ( const QFactoryLoader * loader,
const QString & key,
Arg && arg )

Definition at line 109 of file qfactoryloader_p.h.