Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qandroidassetsfileenginehandler.cpp File Reference

(a6caa394ba49cb58cc07613f9a5fc6bfb5975e3b)

#include "androidjnimain.h"
#include "qandroidassetsfileenginehandler.h"
#include <optional>
#include <QCoreApplication>
#include <QList>
#include <QtCore/QJniEnvironment>
#include <QtCore/QJniObject>
Include dependency graph for qandroidassetsfileenginehandler.cpp:

Go to the source code of this file.

Classes

struct  AssetItem
class  FolderIterator
class  AndroidAbstractFileEngineIterator
class  AndroidAbstractFileEngine

Typedefs

using AssetItemList = QList<AssetItem>

Functions

static QString cleanedAssetPath (QString file)
static QString prefixedPath (QString path)

Variables

static const auto assetsPrefix = "assets:"_L1
static const int prefixSize = 7

Typedef Documentation

◆ AssetItemList

Function Documentation

◆ cleanedAssetPath()

QString cleanedAssetPath ( QString file)
inlinestatic

Definition at line 22 of file qandroidassetsfileenginehandler.cpp.

References prefixSize.

◆ prefixedPath()

QString prefixedPath ( QString path)
inlinestatic

Definition at line 34 of file qandroidassetsfileenginehandler.cpp.

Variable Documentation

◆ assetsPrefix

const auto assetsPrefix = "assets:"_L1
static

Definition at line 19 of file qandroidassetsfileenginehandler.cpp.

◆ prefixSize

const int prefixSize = 7
static

Definition at line 20 of file qandroidassetsfileenginehandler.cpp.

Referenced by cleanedAssetPath().