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::FileSystemFileHandle Class Reference

#include <qstdweb_p.h>

Collaboration diagram for qstdweb::FileSystemFileHandle:

Public Member Functions

 FileSystemFileHandle ()=default
 FileSystemFileHandle (const emscripten::val &fileHandle)
std::string name () const
std::string kind () const
emscripten::val val () const

Detailed Description

Definition at line 208 of file qstdweb_p.h.

Constructor & Destructor Documentation

◆ FileSystemFileHandle() [1/2]

qstdweb::FileSystemFileHandle::FileSystemFileHandle ( )
default

◆ FileSystemFileHandle() [2/2]

qstdweb::FileSystemFileHandle::FileSystemFileHandle ( const emscripten::val & fileHandle)
explicit

Definition at line 738 of file qstdweb.cpp.

Member Function Documentation

◆ kind()

std::string qstdweb::FileSystemFileHandle::kind ( ) const

Definition at line 748 of file qstdweb.cpp.

◆ name()

std::string qstdweb::FileSystemFileHandle::name ( ) const

Definition at line 743 of file qstdweb.cpp.

◆ val()

emscripten::val qstdweb::FileSystemFileHandle::val ( ) const

Definition at line 753 of file qstdweb.cpp.


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