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

Namespaces

namespace  Promise

Classes

class  ArrayBuffer
class  Blob
class  BlobIODevice
class  EventCallback
class  File
class  FileList
class  FileReader
class  FileUrlRegistration
struct  PromiseCallbacks
class  Uint8Array
class  Uint8ArrayIODevice

Typedefs

typedef double uint53_t
using FileUrlRegistrations = std::vector<std::unique_ptr<FileUrlRegistration>>

Functions

static void usePotentialyUnusedSymbols ()
bool haveJspi ()
bool haveAsyncify ()
bool canBlockCallingThread ()
template<class F>
decltype(auto) bindForever (F wrappedCallback)
emscripten::val window ()

Variables

const char makeContextfulPromiseFunctionName []

Typedef Documentation

◆ FileUrlRegistrations

using qstdweb::FileUrlRegistrations = std::vector<std::unique_ptr<FileUrlRegistration>>

Definition at line 139 of file qstdweb_p.h.

◆ uint53_t

typedef double qstdweb::uint53_t

Definition at line 46 of file qstdweb.cpp.

Function Documentation

◆ bindForever()

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

Definition at line 238 of file qstdweb_p.h.

◆ canBlockCallingThread()

bool qstdweb::canBlockCallingThread ( )

Definition at line 533 of file qstdweb.cpp.

References haveAsyncify().

Here is the call graph for this function:

◆ haveAsyncify()

bool qstdweb::haveAsyncify ( )

Definition at line 527 of file qstdweb.cpp.

References haveJspi().

Referenced by canBlockCallingThread().

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

◆ haveJspi()

bool qstdweb::haveJspi ( )

Definition at line 521 of file qstdweb.cpp.

Referenced by haveAsyncify().

Here is the caller graph for this function:

◆ usePotentialyUnusedSymbols()

void qstdweb::usePotentialyUnusedSymbols ( )
static

Definition at line 31 of file qstdweb.cpp.

◆ window()

emscripten::val qstdweb::window ( )
inline

Definition at line 277 of file qstdweb_p.h.

Variable Documentation

◆ makeContextfulPromiseFunctionName

const char qstdweb::makeContextfulPromiseFunctionName[]
extern