Qt 4.8
|
#include "qplatformdefs.h"
#include "qlibrary.h"
#include "qlibrary_p.h"
#include <qstringlist.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qmutex.h>
#include <qmap.h>
#include <qsettings.h>
#include <qdatetime.h>
#include <private/qcoreapplication_p.h>
#include <private/qcore_mac_p.h>
#include <errno.h>
#include <qdebug.h>
#include <qvector.h>
#include <qdir.h>
#include "qelfparser_p.h"
Go to the source code of this file.
Classes | |
struct | LibraryData |
struct | qt_token_info |
Macros | |
#define | QLIBRARY_AS_DEBUG true |
Typedefs | |
typedef QMap< QString, QLibraryPrivate * > | LibraryMap |
typedef const char *(* | QtPluginQueryVerificationDataFunction) () |
Functions | |
static LibraryMap * | libraryMap () |
bool | qt_debug_component () |
bool | qt_get_verificationdata (QtPluginQueryVerificationDataFunction pfn, uint *qt_version, bool *debug, QByteArray *key, bool *exceptionThrown) |
static bool | qt_parse_pattern (const char *s, uint *version, bool *debug, QByteArray *key) |
static int | qt_tokenize (const char *s, ulong s_len, ulong *advance, qt_token_info &token_info) |
#define QLIBRARY_AS_DEBUG true |
Definition at line 72 of file qlibrary.cpp.
Referenced by QLibraryPrivate::isPlugin().
typedef QMap<QString, QLibraryPrivate*> LibraryMap |
Definition at line 418 of file qlibrary.cpp.
typedef const char*(* QtPluginQueryVerificationDataFunction) () |
Definition at line 645 of file qlibrary.cpp.
|
static |
Definition at line 427 of file qlibrary.cpp.
Referenced by QLibraryPrivate::findOrCreate(), QLibraryPrivate::QLibraryPrivate(), and QLibraryPrivate::~QLibraryPrivate().
bool qt_debug_component | ( | ) |
Definition at line 1319 of file qlibrary.cpp.
Referenced by QLibraryPrivate::isPlugin(), QLibraryPrivate::loadPlugin(), qt_parse_pattern(), QPluginLoader::setFileName(), QLibraryPrivate::unload(), QFactoryLoader::update(), and QFactoryLoader::updateDir().
bool qt_get_verificationdata | ( | QtPluginQueryVerificationDataFunction | pfn, |
uint * | qt_version, | ||
bool * | debug, | ||
QByteArray * | key, | ||
bool * | exceptionThrown | ||
) |
Definition at line 648 of file qlibrary.cpp.
Referenced by QLibraryPrivate::isPlugin().
|
static |
Definition at line 262 of file qlibrary.cpp.
Referenced by qt_get_verificationdata().
|
static |