Qt 6.x
The Qt SDK
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 ()
 

Detailed Description

Definition at line 109 of file qstdweb_p.h.

Member Function Documentation

◆ onAbort()

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

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:

◆ onError()

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

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:

◆ onLoad()

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

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:

◆ readAsArrayBuffer()

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

Definition at line 622 of file qstdweb.cpp.

◆ result()

ArrayBuffer qstdweb::FileReader::result ( ) const

Definition at line 617 of file qstdweb.cpp.

◆ val()

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

Definition at line 645 of file qstdweb.cpp.


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