![]() |
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 | |
| Blob (const emscripten::val &blob) | |
| uint32_t | size () const |
| Blob | slice (uint32_t begin, uint32_t end) const |
| ArrayBuffer | arrayBuffer_sync () const |
| emscripten::val | val () const |
| std::string | type () const |
Static Public Member Functions | |
| static Blob | fromArrayBuffer (const ArrayBuffer &arrayBuffer) |
| static Blob | copyFrom (const char *buffer, uint32_t size, std::string mimeType) |
| static Blob | copyFrom (const char *buffer, uint32_t size) |
Friends | |
| class | FileReader |
Definition at line 77 of file qstdweb_p.h.
|
explicit |
Definition at line 138 of file qstdweb.cpp.
| ArrayBuffer qstdweb::Blob::arrayBuffer_sync | ( | ) | const |
Definition at line 178 of file qstdweb.cpp.
|
static |
Definition at line 168 of file qstdweb.cpp.
|
static |
Definition at line 156 of file qstdweb.cpp.
|
static |
Definition at line 144 of file qstdweb.cpp.
| uint32_t qstdweb::Blob::size | ( | ) | const |
Definition at line 151 of file qstdweb.cpp.
| Blob qstdweb::Blob::slice | ( | uint32_t | begin, |
| uint32_t | end ) const |
Definition at line 173 of file qstdweb.cpp.
| std::string qstdweb::Blob::type | ( | ) | const |
Definition at line 227 of file qstdweb.cpp.
| emscripten::val qstdweb::Blob::val | ( | ) | const |
Definition at line 190 of file qstdweb.cpp.
|
friend |
Definition at line 90 of file qstdweb_p.h.