QLibrary
#include <QtCore/QLibrary>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QLibrary
Overview
Public Types Index
enum LoadHintResolveAllSymbolsHint 0x01, ExportExternalSymbolsHint 0x02, LoadArchiveMemberHint 0x04, ImprovedSearchHeuristics 0x08 |
Public Functions Index
QLibrary (QObject *parent=0) | |
QLibrary (const QString &fileName, QObject *parent=0) | |
QLibrary (const QString &fileName, int verNum, QObject *parent=0) | |
QLibrary (const QString &fileName, const QString &version, QObject *parent=0) | |
~QLibrary () | |
QString | errorString () const |
QString | fileName () const |
bool | isLoaded () const |
bool | load () |
LoadHints | loadHints () const |
void * | resolve (const char *symbol) |
void | setFileName (const QString &fileName) |
void | setFileNameAndVersion (const QString &fileName, int verNum) |
void | setFileNameAndVersion (const QString &fileName, const QString &version) |
void | setLoadHints (LoadHints hints) |
bool | unload () |
Static Public Functions Index
Public Types
- ResolveAllSymbolsHint 0x01
- ExportExternalSymbolsHint 0x02
- LoadArchiveMemberHint 0x04
- ImprovedSearchHeuristics 0x08
Properties
LoadHints
Static Public Functions
bool
void *
void *
void *
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy