![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstdweb_p.h>
Public Member Functions | |
ArrayBuffer | result () const |
void | readAsArrayBuffer (const Blob &blob) const |
void | onLoad (const std::function< void(emscripten::val)> &onLoad) |
void | onError (const std::function< void(emscripten::val)> &onError) |
void | onAbort (const std::function< void(emscripten::val)> &onAbort) |
emscripten::val | val () const |
Definition at line 155 of file qstdweb_p.h.
Definition at line 323 of file qstdweb.cpp.
Definition at line 317 of file qstdweb.cpp.
Definition at line 311 of file qstdweb.cpp.
Definition at line 306 of file qstdweb.cpp.
ArrayBuffer qstdweb::FileReader::result | ( | ) | const |
Definition at line 301 of file qstdweb.cpp.
emscripten::val qstdweb::FileReader::val | ( | ) | const |
Definition at line 329 of file qstdweb.cpp.