Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qstdweb::FileReader Class Reference

#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 () const
 

Detailed Description

Definition at line 148 of file qstdweb_p.h.

Member Function Documentation

◆ onAbort()

void qstdweb::FileReader::onAbort ( const std::function< void(emscripten::val)> & onAbort)

Definition at line 592 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:

◆ onError()

void qstdweb::FileReader::onError ( const std::function< void(emscripten::val)> & onError)

Definition at line 586 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:

◆ onLoad()

void qstdweb::FileReader::onLoad ( const std::function< void(emscripten::val)> & onLoad)

Definition at line 580 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:

◆ readAsArrayBuffer()

void qstdweb::FileReader::readAsArrayBuffer ( const Blob & blob) const

Definition at line 575 of file qstdweb.cpp.

◆ result()

ArrayBuffer qstdweb::FileReader::result ( ) const

Definition at line 570 of file qstdweb.cpp.

◆ val()

emscripten::val qstdweb::FileReader::val ( ) const

Definition at line 598 of file qstdweb.cpp.


The documentation for this class was generated from the following files: