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
qandroidplatformfiledialoghelper.cpp File Reference

(0a4c11633ba963d8f3a0d64009af0617a3ab3151)

#include "qandroidplatformfiledialoghelper.h"
#include <androidjnimain.h>
#include <QtCore/QJniObject>
#include <QMimeDatabase>
#include <QMimeType>
#include <QRegularExpression>
#include <QUrl>
Include dependency graph for qandroidplatformfiledialoghelper.cpp:

Go to the source code of this file.

Namespaces

namespace  QtAndroidFileDialogHelper

Macros

#define RESULT_OK   -1
#define REQUEST_CODE   1305

Functions

QStringList QtAndroidFileDialogHelper::nameFilterExtensions (const QString nameFilters)

Variables

const char QtAndroidFileDialogHelper::JniIntentClass [] = "android/content/Intent"

Macro Definition Documentation

◆ REQUEST_CODE

#define REQUEST_CODE   1305

Definition at line 23 of file qandroidplatformfiledialoghelper.cpp.

◆ RESULT_OK

#define RESULT_OK   -1

Definition at line 22 of file qandroidplatformfiledialoghelper.cpp.