42 #ifndef QPLUGINLOADER_H 43 #define QPLUGINLOADER_H 45 #include <QtCore/qlibrary.h> 47 #if defined(QT_NO_LIBRARY) && defined(Q_OS_WIN) 49 #pragma message("QT_NO_LIBRARY is not supported on Windows") 78 bool isLoaded()
const;
80 void setFileName(
const QString &fileName);
85 void setLoadHints(QLibrary::LoadHints loadHints);
86 QLibrary::LoadHints loadHints()
const;
98 #endif // QT_NO_LIBRARY 100 #endif //QPLUGINLOADER_H #define QT_END_NAMESPACE
This macro expands to.
QLibrary::LoadHints loadHints
Give the load() function some hints on how it should behave.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
Q_GUI_EXPORT QString errorString(EGLint code=eglGetError())
#define QT_BEGIN_NAMESPACE
This macro expands to.
QString fileName
the file name of the plugin
static QString fileName(const QString &fileUrl)
The QPluginLoader class loads a plugin at run-time.