#include "qcomlibrary_p.h"#include <qapplication.h>#include <qsettings.h>#include <qfileinfo.h>#include <qdatetime.h>#include <qcleanuphandler.h>#include <errno.h>Include dependency graph for qcomlibrary.cpp:

Go to the source code of this file.
Functions | |
| static bool | qt_verify (const QString &library, uint version, uint flags, const QCString &key, bool warn) |
| static int | qt_tokenize (const char *s, ulong s_len, ulong *advance, const qt_token_info &token_info) |
| static bool | qt_parse_pattern (const char *s, uint *version, uint *flags, QCString *key) |
Variables | |
| static QSettings * | cache = 0 |
| static QSingleCleanupHandler< QSettings > | cleanup_cache |
|
||||||||||||||||||||
|
Definition at line 207 of file qcomlibrary.cpp. References at(), FALSE, qt_token_info::lengths, p, parse(), qstrlen(), qstrncmp(), qt_tokenize(), qt_token_info::results, QCString::toUInt(), and TRUE. Referenced by QComLibrary::createInstanceInternal(). |
|
||||||||||||||||||||
|
Definition at line 152 of file qcomlibrary.cpp. References qt_token_info::field_count, qt_token_info::fields, qt_token_info::lengths, pos, and qt_token_info::results. Referenced by qt_parse_pattern(). |
|
||||||||||||||||||||||||
|
Definition at line 90 of file qcomlibrary.cpp. References QFile::encodeName(), FALSE, QCString::isEmpty(), QT_VERSION, qWarning(), and TRUE. Referenced by QComLibrary::createInstanceInternal(). |
|
|
Definition at line 378 of file qcomlibrary.cpp. Referenced by KeyMappings::apply(), and PIconView::calculateGrid(). |
|
|
Definition at line 379 of file qcomlibrary.cpp. Referenced by LauncherView::setBackgroundType(). |
1.4.2