5#ifndef QIOSFILEENGINEFACTORY_H
6#define QIOSFILEENGINEFACTORY_H
8#include <QtCore/qstandardpaths.h>
9#include <QtCore/private/qabstractfileengine_p.h>
22 Q_CONSTINIT
static QLatin1StringView assetsScheme(
"assets-library:");
25 if (fileName.toLower().startsWith(assetsScheme))
26 return std::make_unique<QIOSFileEngineAssetsLibrary>(fileName);
std::unique_ptr< QAbstractFileEngine > create(const QString &fileName) const
If this file handler can handle fileName, this method creates a file engine and returns it wrapped in...
~QIosOptionalPlugin_NSPhotoLibrary()
UIViewController * createImagePickerController(QIOSFileDialog *fileDialog) const override
Q_FORWARD_DECLARE_OBJC_CLASS(QT_MANGLE_NAMESPACE(RunLoopModeTracker))
Q_FORWARD_DECLARE_OBJC_CLASS(UIViewController)
#define QIosOptionalPluginInterface_iid