Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qfactoryloader_p.h File Reference

(878e3342e1c9bd8a4da6a2e9e1508dacbe0c7ab6)

#include "QtCore/qglobal.h"
#include "QtCore/private/qplugin_p.h"
#include "QtCore/qcbormap.h"
#include "QtCore/qcborvalue.h"
#include "QtCore/qmap.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  QPluginParsedMetaData
 
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 94 of file qfactoryloader_p.h.

References args, factory, QFactoryLoader::indexOf(), and QFactoryLoader::instance().

+ Here is the call graph for this function:

◆ qLoadPlugin1()

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

Definition at line 107 of file qfactoryloader_p.h.

References arg.