![]() |
Qt 6.x
The Qt SDK
|
#include <qstdweb_p.h>
Collaboration diagram for qstdweb::FileList:Public Member Functions | |
| FileList ()=default | |
| FileList (const emscripten::val &fileList) | |
| int | length () const |
| File | item (int index) const |
| File | operator[] (int index) const |
| emscripten::val | val () const |
Definition at line 95 of file qstdweb_p.h.
|
default |
|
explicit |
Definition at line 591 of file qstdweb.cpp.
| File qstdweb::FileList::item | ( | int | index | ) | const |
Definition at line 602 of file qstdweb.cpp.
| int qstdweb::FileList::length | ( | ) | const |
Definition at line 597 of file qstdweb.cpp.
| File qstdweb::FileList::operator[] | ( | int | index | ) | const |
Definition at line 607 of file qstdweb.cpp.
References item.
| emscripten::val qstdweb::FileList::val | ( | ) | const |
Definition at line 612 of file qstdweb.cpp.