![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QDynamicBufferResourceRoot:
Collaboration diagram for QDynamicBufferResourceRoot:Public Member Functions | |
| QDynamicBufferResourceRoot (const QString &_root) | |
| ~QDynamicBufferResourceRoot () | |
| const uchar * | mappingBuffer () const |
| QString | mappingRoot () const override |
| ResourceRootType | type () const override |
| bool | registerSelf (const uchar *b, qsizetype size) |
Public Member Functions inherited from QResourceRoot | |
| QResourceRoot () | |
| QResourceRoot (int version, const uchar *t, const uchar *n, const uchar *d) | |
| virtual | ~QResourceRoot () |
| int | findNode (const QString &path, const QLocale &locale=QLocale()) const |
| bool | isContainer (int node) const |
| QResource::Compression | compressionAlgo (int node) |
| const uchar * | data (int node, qint64 *size) const |
| quint64 | lastModified (int node) const |
| QStringList | children (int node) const |
| virtual QString | mappingRoot () const |
| bool | mappingRootSubdir (const QString &path, QString *match=nullptr) const |
| bool | operator== (const QResourceRoot &other) const |
| bool | operator!= (const QResourceRoot &other) const |
| virtual ResourceRootType | type () const |
Additional Inherited Members | |
Public Types inherited from QResourceRoot | |
| enum | Flags { Compressed = 0x01 , Directory = 0x02 , CompressedZstd = 0x04 } |
| enum | ResourceRootType { Resource_Builtin , Resource_File , Resource_Buffer } |
Public Attributes inherited from QResourceRoot | |
| QAtomicInt | ref |
Protected Member Functions inherited from QResourceRoot | |
| void | setSource (int v, const uchar *t, const uchar *n, const uchar *d) |
Definition at line 1023 of file qresource.cpp.
|
inline |
Definition at line 1029 of file qresource.cpp.
|
inline |
Definition at line 1030 of file qresource.cpp.
|
inline |
Definition at line 1031 of file qresource.cpp.
Referenced by QDynamicFileResourceRoot::~QDynamicFileResourceRoot(), and QResource::unregisterResource().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from QResourceRoot.
Definition at line 1032 of file qresource.cpp.
Referenced by QResource::unregisterResource(), and QResource::unregisterResource().
Here is the caller graph for this function:Definition at line 1036 of file qresource.cpp.
References QResourceRoot::Compressed, QResourceRoot::CompressedZstd, QT_CONFIG, and QResourceRoot::setSource().
Referenced by QResource::registerResource(), and QDynamicFileResourceRoot::registerSelf().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from QResourceRoot.
Reimplemented in QDynamicFileResourceRoot.
Definition at line 1033 of file qresource.cpp.
References QResourceRoot::Resource_Buffer.