![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <rcc.h>
Public Types | |
enum | Format { Binary , C_Code , Pass1 , Pass2 , Python_Code , Binary , C_Code , Pass1 , Pass2 , Python_Code } |
enum class | CompressionAlgorithm { Zlib , Zstd , Best = 99 , None = -1 , Zlib , Zstd , Best = 99 , None = -1 } |
enum | Format { Binary , C_Code , Pass1 , Pass2 , Python_Code , Binary , C_Code , Pass1 , Pass2 , Python_Code } |
enum class | CompressionAlgorithm { Zlib , Zstd , Best = 99 , None = -1 , Zlib , Zstd , Best = 99 , None = -1 } |
typedef QHash< QString, QString > | ResourceDataFileMap |
typedef QHash< QString, QString > | ResourceDataFileMap |
Static Public Member Functions | |
static CompressionAlgorithm | parseCompressionAlgorithm (QStringView algo, QString *errorMsg) |
static int | parseCompressionLevel (CompressionAlgorithm algo, const QString &level, QString *errorMsg) |
static CompressionAlgorithm | parseCompressionAlgorithm (QStringView algo, QString *errorMsg) |
static int | parseCompressionLevel (CompressionAlgorithm algo, const QString &level, QString *errorMsg) |
Friends | |
class | RCCFileInfo |
|
strong |
|
strong |
RCCResourceLibrary::RCCResourceLibrary | ( | quint8 | formatVersion | ) |
Definition at line 437 of file rcc.cpp.
References RCCResourceLibrary(), Best, C_Code, CONSTANT_COMPRESSLEVEL_DEFAULT, CONSTANT_COMPRESSTHRESHOLD_DEFAULT, and CONSTANT_USENAMESPACE.
Referenced by RCCResourceLibrary().
RCCResourceLibrary::RCCResourceLibrary | ( | quint8 | formatVersion | ) |
RCCResourceLibrary::~RCCResourceLibrary | ( | ) |
|
inline |
|
inline |
QStringList RCCResourceLibrary::dataFiles | ( | ) | const |
Definition at line 826 of file rcc.cpp.
References RCCFileInfo::Directory, and RCCFileInfo::m_flags.
QStringList RCCResourceLibrary::dataFiles | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 85 of file rcc.h.
Referenced by RCCFileInfo::writeDataInfo().
|
inline |
|
inline |
bool RCCResourceLibrary::output | ( | QIODevice & | outDevice, |
QIODevice & | tempDevice, | ||
QIODevice & | errorDevice ) |
|
static |
|
static |
|
static |
|
static |
bool RCCResourceLibrary::readFiles | ( | bool | listMode, |
QIODevice & | errorDevice ) |
bool RCCResourceLibrary::readFiles | ( | bool | listMode, |
QIODevice & | errorDevice ) |
RCCResourceLibrary::ResourceDataFileMap RCCResourceLibrary::resourceDataFileMap | ( | ) | const |
ResourceDataFileMap RCCResourceLibrary::resourceDataFileMap | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 50 of file rcc.h.
Referenced by RCCFileInfo::writeDataBlob().
|
friend |