Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qstdweb::FileList Class Reference

#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

Detailed Description

Definition at line 141 of file qstdweb_p.h.

Constructor & Destructor Documentation

◆ FileList() [1/2]

qstdweb::FileList::FileList ( )
default

◆ FileList() [2/2]

qstdweb::FileList::FileList ( const emscripten::val & fileList)
explicit

Definition at line 275 of file qstdweb.cpp.

Member Function Documentation

◆ item()

File qstdweb::FileList::item ( int index) const

Definition at line 286 of file qstdweb.cpp.

◆ length()

int qstdweb::FileList::length ( ) const

Definition at line 281 of file qstdweb.cpp.

◆ operator[]()

File qstdweb::FileList::operator[] ( int index) const

Definition at line 291 of file qstdweb.cpp.

◆ val()

emscripten::val qstdweb::FileList::val ( ) const

Definition at line 296 of file qstdweb.cpp.


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