![]() |
Qt 6.x
The Qt SDK
|
#include <qstdweb_p.h>
Collaboration diagram for qstdweb::FileReader: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().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 633 of file qstdweb.cpp.
References onError().
Referenced by onError().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 627 of file qstdweb.cpp.
References onLoad().
Referenced by onLoad().
Here is the call graph for this function:
Here is the caller graph for this function: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.