Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qandroidassetsfileenginehandler.h
Go to the documentation of this file.
1// Copyright (C) 2012 BogDan Vatra <bogdan@kde.org>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QANDROIDASSETSFILEENGINEHANDLER_H
5#define QANDROIDASSETSFILEENGINEHANDLER_H
6
7#include <QtCore/private/qabstractfileengine_p.h>
8#include <QCache>
9#include <QMutex>
10#include <QSharedPointer>
11
12#include <android/asset_manager.h>
13
15
17{
18public:
20 QAbstractFileEngine *create(const QString &fileName) const override;
21
22private:
23 AAssetManager *m_assetManager;
24};
25
27
28#endif // QANDROIDASSETSFILEENGINEHANDLER_H
\inmodule QtCore \reentrant
\inmodule QtCore \reentrant
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
Combined button and popup list for selecting options.
view create()