![]() |
Qt 6.x
The Qt SDK
|
#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 () |
Definition at line 109 of file qstdweb_p.h.
Definition at line 639 of file qstdweb.cpp.
References onAbort().
Referenced by onAbort().
Definition at line 633 of file qstdweb.cpp.
References onError().
Referenced by onError().
Definition at line 627 of file qstdweb.cpp.
References onLoad().
Referenced by onLoad().
Definition at line 622 of file qstdweb.cpp.
ArrayBuffer qstdweb::FileReader::result | ( | ) | const |
Definition at line 617 of file qstdweb.cpp.
emscripten::val qstdweb::FileReader::val | ( | ) |
Definition at line 645 of file qstdweb.cpp.