Qt 5.12
Qt Core
C++ Classes
QLibrary
Qt 5.12.0 Reference Documentation
List of All Members for QLibrary
This is the complete list of members for
QLibrary
, including inherited members.
enum
LoadHint
flags
LoadHints
QLibrary
(QObject *)
QLibrary
(const QString &, QObject *)
QLibrary
(const QString &, int , QObject *)
QLibrary
(const QString &, const QString &, QObject *)
~QLibrary
()
errorString
() const : QString
fileName
() const : QString
isLibrary
(const QString &) : bool
isLoaded
() const : bool
load
() : bool
loadHints
() const : QLibrary::LoadHints
metaObject
() const : const QMetaObject *
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
resolve
(const char *) : QFunctionPointer
resolve
(const QString &, const char *) : QFunctionPointer
resolve
(const QString &, int , const char *) : QFunctionPointer
resolve
(const QString &, const QString &, const char *) : QFunctionPointer
setFileName
(const QString &)
setFileNameAndVersion
(const QString &, int )
setFileNameAndVersion
(const QString &, const QString &)
setLoadHints
(QLibrary::LoadHints )
staticMetaObject
: const QMetaObject
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
unload
() : bool