Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qstdweb Namespace Reference

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< CancellationFlagreadDataTransfer (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 Documentation

◆ uint53_t

typedef double qstdweb::uint53_t

Definition at line 37 of file qstdweb.cpp.

Function Documentation

◆ bindForever()

template<class F >
decltype(auto) qstdweb::bindForever ( wrappedCallback)

Definition at line 200 of file qstdweb_p.h.

◆ EMSCRIPTEN_BINDINGS()

qstdweb::EMSCRIPTEN_BINDINGS ( qtStdwebCalback  )

Definition at line 797 of file qstdweb.cpp.

References qstdweb::EventCallback::activate().

+ Here is the call graph for this function:

◆ haveAsyncify()

bool qstdweb::haveAsyncify ( )

Definition at line 855 of file qstdweb.cpp.

◆ haveJspi()

bool qstdweb::haveJspi ( )

Definition at line 861 of file qstdweb.cpp.

◆ readDataTransfer()

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:

◆ usePotentialyUnusedSymbols()

static void qstdweb::usePotentialyUnusedSymbols ( )
static

Definition at line 22 of file qstdweb.cpp.

◆ window()

emscripten::val qstdweb::window ( )
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:

Variable Documentation

◆ makeContextfulPromiseFunctionName

const char qstdweb::makeContextfulPromiseFunctionName[]
extern