![]() |
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 321 of file qstdweb.cpp.
Definition at line 315 of file qstdweb.cpp.
Definition at line 309 of file qstdweb.cpp.
Definition at line 304 of file qstdweb.cpp.
| ArrayBuffer qstdweb::FileReader::result | ( | ) | const |
Definition at line 299 of file qstdweb.cpp.
| emscripten::val qstdweb::FileReader::val | ( | ) | const |
Definition at line 327 of file qstdweb.cpp.