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::PromiseCallbacks Struct Reference

#include <qstdweb_p.h>

+ Collaboration diagram for qstdweb::PromiseCallbacks:

Public Attributes

std::function< void(emscripten::val)> thenFunc
 
std::function< void(emscripten::val)> catchFunc
 
std::function< void()> finallyFunc
 

Detailed Description

Definition at line 210 of file qstdweb_p.h.

Member Data Documentation

◆ catchFunc

std::function<void(emscripten::val)> qstdweb::PromiseCallbacks::catchFunc

Definition at line 213 of file qstdweb_p.h.

◆ finallyFunc

std::function<void()> qstdweb::PromiseCallbacks::finallyFunc

Definition at line 214 of file qstdweb_p.h.

◆ thenFunc

std::function<void(emscripten::val)> qstdweb::PromiseCallbacks::thenFunc

The documentation for this struct was generated from the following file: