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
QWasmLocalFileAccess::FileDialog Namespace Reference

Functions

void showOpen (const QStringList &accept, FileSelectMode fileSelectMode, qstdweb::PromiseCallbacks callbacks)
 
bool canShowSave ()
 
void showSave (const std::string &fileNameHint, qstdweb::PromiseCallbacks callbacks)
 

Function Documentation

◆ canShowSave()

bool QWasmLocalFileAccess::FileDialog::canShowSave ( )

Definition at line 93 of file qwasmlocalfileaccess.cpp.

Referenced by QWasmLocalFileAccess::saveFile(), QWasmLocalFileAccess::saveFile(), and showSave().

+ Here is the caller graph for this function:

◆ showOpen()

void QWasmLocalFileAccess::FileDialog::showOpen ( const QStringList & accept,
FileSelectMode fileSelectMode,
qstdweb::PromiseCallbacks callbacks )

Definition at line 85 of file qwasmlocalfileaccess.cpp.

References callbacks.

Referenced by QWasmLocalFileAccess::openFiles().

+ Here is the caller graph for this function:

◆ showSave()

void QWasmLocalFileAccess::FileDialog::showSave ( const std::string & fileNameHint,
qstdweb::PromiseCallbacks callbacks )

Definition at line 98 of file qwasmlocalfileaccess.cpp.

References callbacks, canShowSave(), and Q_ASSERT.

Referenced by QWasmLocalFileAccess::saveFile(), and QWasmLocalFileAccess::saveFile().

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