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
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.

◆ showSave()

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

Definition at line 98 of file qwasmlocalfileaccess.cpp.

References canShowSave().

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

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