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::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 209 of file qstdweb_p.h.

Member Data Documentation

◆ catchFunc

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

Definition at line 212 of file qstdweb_p.h.

◆ finallyFunc

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

Definition at line 213 of file qstdweb_p.h.

◆ thenFunc

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

Definition at line 211 of file qstdweb_p.h.


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