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
qlocalfileapi_p.h File Reference

(0cefeb259350938fddb123ef46a9407aa70d51a9)

#include <private/qglobal_p.h>
#include <qstringview.h>
#include <emscripten/val.h>
#include <cstdint>
#include <functional>
+ Include dependency graph for qlocalfileapi_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LocalFileApi::Type
 
class  LocalFileApi::Type::Accept
 
class  LocalFileApi::Type::Accept::MimeType
 
class  LocalFileApi::Type::Accept::MimeType::Extension
 

Namespaces

namespace  LocalFileApi
 

Functions

emscripten::val LocalFileApi::makeOpenFileOptions (const QStringList &filterList, bool acceptMultiple)
 
emscripten::val LocalFileApi::makeSaveFileOptions (const QStringList &filterList, const std::string &suggestedName)
 
std::string LocalFileApi::makeFileInputAccept (const QStringList &filterList)