![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
class | AssetDownloader |
class | AssetDownloaderHelper |
class | AssetDownloaderPrivate |
struct | DownloadableAssets |
struct | QQmlAssetDownloader |
Functions | |
static bool | isWritableDir (const QDir &dir) |
static bool | sameFileContent (const QFileInfo &first, const QFileInfo &second) |
static bool | createDirectory (const QDir &dir) |
static bool | canBeALocalBaseDir (const QDir &dir) |
static QDir | baseLocalDir (const QDir &preferredLocalDir) |
static QString | pathFromUrl (const QUrl &url) |
static QList< QUrl > | filterDownloadableAssets (const QList< QUrl > &assetFiles, const QDir &expectedDir) |
static bool | allAssetsPresent (const QList< QUrl > &assetFiles, const QDir &expectedDir) |
static void | precheckLocalFile (const QUrl &url) |
static void | readAssetsFileContent (QPromise< DownloadableAssets > &promise, const QByteArray &content) |
static void | unzip (QPromise< void > &promise, const QByteArray &content, const QDir &directory, const QString &fileName) |
static void | writeAsset (QPromise< void > &promise, const QByteArray &content, const QString &filePath) |
static void | copyAndCheck (QPromise< void > &promise, const QString &sourcePath, const QString &destPath) |
|
static |
Definition at line 187 of file assetdownloader.cpp.
Definition at line 156 of file assetdownloader.cpp.
|
static |
Definition at line 149 of file assetdownloader.cpp.
|
static |
Definition at line 354 of file assetdownloader.cpp.
|
static |
Definition at line 138 of file assetdownloader.cpp.
|
static |
Definition at line 177 of file assetdownloader.cpp.
|
static |
Definition at line 99 of file assetdownloader.cpp.
Definition at line 166 of file assetdownloader.cpp.
Definition at line 287 of file assetdownloader.cpp.
|
static |
Definition at line 296 of file assetdownloader.cpp.
|
static |
Definition at line 108 of file assetdownloader.cpp.
|
static |
Definition at line 314 of file assetdownloader.cpp.
|
static |
Definition at line 338 of file assetdownloader.cpp.