Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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{
18 Q_DISABLE_COPY_MOVE(AndroidAssetsFileEngineHandler)
19public:
21 std::unique_ptr<QAbstractFileEngine> create(const QString &fileName) const override;
22
23private:
24 AAssetManager *m_assetManager;
25};
26
28
29#endif // QANDROIDASSETSFILEENGINEHANDLER_H
\inmodule QtCore \reentrant
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
view create()