![]() |
Qt 6.x
The Qt SDK
|
Namespaces | |
| namespace | Promise |
Classes | |
| class | ArrayBuffer |
| class | Blob |
| struct | CancellationFlag |
| class | EventCallback |
| class | File |
| class | FileList |
| class | FileReader |
| struct | PromiseCallbacks |
| class | Uint8Array |
Typedefs | |
| typedef double | uint53_t |
Functions | |
| static void | usePotentialyUnusedSymbols () |
| EMSCRIPTEN_BINDINGS (qtStdwebCalback) | |
| bool | haveAsyncify () |
| bool | haveJspi () |
| std::shared_ptr< CancellationFlag > | readDataTransfer (emscripten::val webDataTransfer, std::function< QVariant(QByteArray)> imageReader, std::function< void(std::unique_ptr< QMimeData >)> onDone) |
| template<class F > | |
| decltype(auto) | bindForever (F wrappedCallback) |
| emscripten::val | window () |
Variables | |
| const char | makeContextfulPromiseFunctionName [] |
| typedef double qstdweb::uint53_t |
Definition at line 37 of file qstdweb.cpp.
| decltype(auto) qstdweb::bindForever | ( | F | wrappedCallback | ) |
Definition at line 200 of file qstdweb_p.h.
| qstdweb::EMSCRIPTEN_BINDINGS | ( | qtStdwebCalback | ) |
Definition at line 797 of file qstdweb.cpp.
References qstdweb::EventCallback::activate().
Here is the call graph for this function:| bool qstdweb::haveAsyncify | ( | ) |
Definition at line 855 of file qstdweb.cpp.
| bool qstdweb::haveJspi | ( | ) |
Definition at line 861 of file qstdweb.cpp.
| Q_CORE_EXPORT std::shared_ptr< CancellationFlag > qstdweb::readDataTransfer | ( | emscripten::val | webDataTransfer, |
| std::function< QVariant(QByteArray)> | imageReader, | ||
| std::function< void(std::unique_ptr< QMimeData >)> | onDone | ||
| ) |
Definition at line 868 of file qstdweb.cpp.
Referenced by qClipboardPasteTo().
Here is the caller graph for this function:
|
static |
Definition at line 22 of file qstdweb.cpp.
|
inline |
Definition at line 205 of file qstdweb_p.h.
Referenced by QWasmLocalFileAccess::downloadDataAsFile(), QWasmAudioOutput::setSource(), and QWasmVideoOutput::setSource().
Here is the caller graph for this function:
|
extern |