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
qiosoptionalplugininterface.h
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
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 QIOPLUGININTERFACE_H
5#define QIOPLUGININTERFACE_H
6
7#include <QtCore/QtPlugin>
8
9#include "qiosfiledialog.h"
10
12
14
15#define QIosOptionalPluginInterface_iid "org.qt-project.Qt.QPA.ios.optional"
16
18{
19public:
21 virtual void initPlugin() const {}
22 virtual UIViewController* createImagePickerController(QIOSFileDialog *) const { return nullptr; }
23};
24
26
28
29#endif // QIOPLUGININTERFACE_H
virtual UIViewController * createImagePickerController(QIOSFileDialog *) const
Combined button and popup list for selecting options.
#define Q_FORWARD_DECLARE_OBJC_CLASS(classname)
#define QIosOptionalPluginInterface_iid
#define Q_DECLARE_INTERFACE(IFace, IId)
Definition qobject.h:460