![]() |
Qt 4.8
|
#include "qresource.h"#include "qresource_p.h"#include "qresource_iterator_p.h"#include "qset.h"#include "qhash.h"#include "qmutex.h"#include "qdebug.h"#include "qlocale.h"#include "qglobal.h"#include "qvector.h"#include "qdatetime.h"#include "qbytearray.h"#include "qstringlist.h"#include <qshareddata.h>#include <qplatformdefs.h>#include "private/qabstractfileengine_p.h"#include "private/qcore_unix_p.h"#include <sys/mman.h>#include <errno.h>Go to the source code of this file.
Classes | |
| class | QDynamicBufferResourceRoot |
| class | QDynamicFileResourceRoot |
| class | QResourceFileEnginePrivate |
| class | QResourcePrivate |
| class | QResourceRoot |
| class | QStringSplitter |
Macros | |
| #define | MAP_FAILED -1 |
| #define | MAP_FILE 0 |
| #define | QT_USE_MMAP |
Typedefs | |
| typedef QList< QResourceRoot * > | ResourceList |
Functions | |
| static QString | cleanPath (const QString &_path) |
| Q_DECLARE_TYPEINFO (QResourceRoot, Q_MOVABLE_TYPE) | |
| Q_CORE_EXPORT void | qInitResourceIO () |
| Q_CORE_EXPORT bool | qRegisterResourceData (int version, const unsigned char *tree, const unsigned char *name, const unsigned char *data) |
| static QString | qt_resource_fixResourceRoot (QString r) |
| Q_CORE_EXPORT bool | qUnregisterResourceData (int version, const unsigned char *tree, const unsigned char *name, const unsigned char *data) |
| #define MAP_FAILED -1 |
Referenced by QFontDatabasePrivate::addQPF2File(), QSharedMemoryPrivate::attach(), QFontEngineQPF::cleanUpAfterClientCrash(), QFSFileEnginePrivate::map(), QFontEngineQPF::QFontEngineQPF(), QWaylandShmBuffer::QWaylandShmBuffer(), QDynamicFileResourceRoot::registerSelf(), and QFontEngineQPF::remapFontData().
| #define MAP_FILE 0 |
Referenced by QDynamicFileResourceRoot::registerSelf().
| #define QT_USE_MMAP |
Definition at line 944 of file qresource.cpp.
| typedef QList<QResourceRoot*> ResourceList |
Definition at line 162 of file qresource.cpp.
Definition at line 148 of file qresource.cpp.
Referenced by QResourcePrivate::ensureChildren(), QResourcePrivate::load(), and QDir::temp().
| Q_DECLARE_TYPEINFO | ( | QResourceRoot | , |
| Q_MOVABLE_TYPE | |||
| ) |
Referenced by cleanPath().
| Q_CORE_EXPORT void qInitResourceIO | ( | ) |
Definition at line 1512 of file qresource.cpp.
| Q_CORE_EXPORT bool qRegisterResourceData | ( | int | version, |
| const unsigned char * | tree, | ||
| const unsigned char * | name, | ||
| const unsigned char * | data | ||
| ) |
Definition at line 850 of file qresource.cpp.
Definition at line 1052 of file qresource.cpp.
Referenced by QResource::registerResource(), and QResource::unregisterResource().
| Q_CORE_EXPORT bool qUnregisterResourceData | ( | int | version, |
| const unsigned char * | tree, | ||
| const unsigned char * | name, | ||
| const unsigned char * | data | ||
| ) |
Definition at line 873 of file qresource.cpp.