![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qresource.h"#include "qresource_p.h"#include "qresource_iterator_p.h"#include "qset.h"#include <private/qlocking_p.h>#include "qdebug.h"#include "qlocale.h"#include "qglobal.h"#include "qlist.h"#include "qdatetime.h"#include "qbytearray.h"#include "qstringlist.h"#include "qendian.h"#include <qshareddata.h>#include <qplatformdefs.h>#include "private/qabstractfileengine_p.h"#include "private/qduplicatetracker_p.h"#include "private/qnumeric_p.h"#include "private/qsimd_p.h"#include "private/qtools_p.h"#include "private/qsystemerror_p.h"#include <zconf.h>#include <zlib.h>Go to the source code of this file.
Classes | |
| class | QResourcePrivate |
| class | QResourceFileEnginePrivate |
Macros | |
| #define | RCC_FEATURE_SYMBOL(feature) |
| #define | MAP_FILE 0 |
| #define | MAP_FAILED reinterpret_cast<void *>(-1) |
Typedefs | |
| typedef QList< QResourceRoot * > | ResourceList |
Functions | |
| Q_DECLARE_TYPEINFO (QResourceRoot, Q_RELOCATABLE_TYPE) | |
| static QRecursiveMutex & | resourceMutex () |
| static ResourceList * | resourceList () |
| Q_CORE_EXPORT bool | qRegisterResourceData (int version, const unsigned char *tree, const unsigned char *name, const unsigned char *data) |
| Q_CORE_EXPORT bool | qUnregisterResourceData (int version, const unsigned char *tree, const unsigned char *name, const unsigned char *data) |
| static QString | qt_resource_fixResourceRoot (QString r) |
| static auto | mappingBoundaries (const void *location, qsizetype size) |
| #define MAP_FAILED reinterpret_cast<void *>(-1) |
Definition at line 1159 of file qresource.cpp.
| #define MAP_FILE 0 |
Definition at line 1156 of file qresource.cpp.
| #define RCC_FEATURE_SYMBOL | ( | feature | ) |
Definition at line 66 of file qresource.cpp.
| typedef QList< QResourceRoot * > ResourceList |
Definition at line 178 of file qresource.cpp.
Definition at line 1704 of file qresource.cpp.
| Q_DECLARE_TYPEINFO | ( | QResourceRoot | , |
| Q_RELOCATABLE_TYPE | ) |
| Q_CORE_EXPORT bool qRegisterResourceData | ( | int | version, |
| const unsigned char * | tree, | ||
| const unsigned char * | name, | ||
| const unsigned char * | data ) |
Definition at line 1003 of file qresource.cpp.
References resourceList().
Definition at line 1237 of file qresource.cpp.
| Q_CORE_EXPORT bool qUnregisterResourceData | ( | int | version, |
| const unsigned char * | tree, | ||
| const unsigned char * | name, | ||
| const unsigned char * | data ) |
Definition at line 1029 of file qresource.cpp.
References resourceList().
|
inlinestatic |
Definition at line 191 of file qresource.cpp.
Referenced by QResourcePrivate::load(), qRegisterResourceData(), and qUnregisterResourceData().
|
inlinestatic |
Definition at line 188 of file qresource.cpp.