Qt 6.x
The Qt SDK
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 95 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 591 of file qstdweb.cpp.

Member Function Documentation

◆ item()

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

Definition at line 602 of file qstdweb.cpp.

◆ length()

int qstdweb::FileList::length ( ) const

Definition at line 597 of file qstdweb.cpp.

◆ operator[]()

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

Definition at line 607 of file qstdweb.cpp.

References item.

◆ val()

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

Definition at line 612 of file qstdweb.cpp.


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