![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 [] |
using qstdweb::FileUrlRegistrations = std::vector<std::unique_ptr<FileUrlRegistration>> |
Definition at line 139 of file qstdweb_p.h.
typedef double qstdweb::uint53_t |
Definition at line 46 of file qstdweb.cpp.
Definition at line 238 of file qstdweb_p.h.
bool qstdweb::canBlockCallingThread | ( | ) |
Definition at line 533 of file qstdweb.cpp.
References haveAsyncify().
bool qstdweb::haveAsyncify | ( | ) |
Definition at line 527 of file qstdweb.cpp.
References haveJspi().
Referenced by canBlockCallingThread().
bool qstdweb::haveJspi | ( | ) |
Definition at line 521 of file qstdweb.cpp.
Referenced by haveAsyncify().
|
static |
Definition at line 31 of file qstdweb.cpp.
|
inline |
Definition at line 277 of file qstdweb_p.h.
|
extern |