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::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 134 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 544 of file qstdweb.cpp.

Member Function Documentation

◆ item()

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

Definition at line 555 of file qstdweb.cpp.

◆ length()

int qstdweb::FileList::length ( ) const

Definition at line 550 of file qstdweb.cpp.

◆ operator[]()

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

Definition at line 560 of file qstdweb.cpp.

References item.

◆ val()

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

Definition at line 565 of file qstdweb.cpp.


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