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
LocalFileApi Namespace Reference

Classes

class  Type
 

Functions

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

Function Documentation

◆ makeFileInputAccept()

Q_AUTOTEST_EXPORT std::string LocalFileApi::makeFileInputAccept ( const QStringList & filterList)

Definition at line 204 of file qlocalfileapi.cpp.

References makeFileInputAccept().

Referenced by makeFileInputAccept().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ makeOpenFileOptions()

Q_AUTOTEST_EXPORT emscripten::val LocalFileApi::makeOpenFileOptions ( const QStringList & filterList,
bool acceptMultiple )

Definition at line 178 of file qlocalfileapi.cpp.

References makeOpenFileOptions(), and typeList.

Referenced by makeOpenFileOptions().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ makeSaveFileOptions()

Q_AUTOTEST_EXPORT emscripten::val LocalFileApi::makeSaveFileOptions ( const QStringList & filterList,
const std::string & suggestedName )

Definition at line 191 of file qlocalfileapi.cpp.

References makeSaveFileOptions(), and typeList.

Referenced by makeSaveFileOptions().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: