Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qstdweb_p.h File Reference
#include <private/qglobal_p.h>
#include <QtCore/qglobal.h>
#include "QtCore/qhash.h"
#include <emscripten/val.h>
#include <cstdint>
#include <functional>
#include <initializer_list>
#include <memory>
#include <string>
#include <utility>
+ Include dependency graph for qstdweb_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qstdweb::ArrayBuffer
 
class  qstdweb::Blob
 
class  qstdweb::File
 
class  qstdweb::FileList
 
class  qstdweb::FileReader
 
class  qstdweb::Uint8Array
 
class  qstdweb::EventCallback
 
struct  qstdweb::PromiseCallbacks
 
struct  qstdweb::CancellationFlag
 

Namespaces

namespace  qstdweb
 
namespace  qstdweb::Promise
 

Functions

void qstdweb::Promise::adoptPromise (emscripten::val promiseObject, PromiseCallbacks callbacks)
 
template<typename... Args>
void qstdweb::Promise::make (emscripten::val target, QString methodName, PromiseCallbacks callbacks, Args... args)
 
void qstdweb::Promise::all (std::vector< emscripten::val > promises, PromiseCallbacks callbacks)
 
template<class F >
decltype(auto) qstdweb::bindForever (F wrappedCallback)
 
emscripten::val qstdweb::window ()
 
bool qstdweb::haveAsyncify ()
 
bool qstdweb::haveJspi ()
 
std::shared_ptr< CancellationFlagqstdweb::readDataTransfer (emscripten::val webDataTransfer, std::function< QVariant(QByteArray)> imageReader, std::function< void(std::unique_ptr< QMimeData >)> onDone)
 

Variables

const char qstdweb::makeContextfulPromiseFunctionName []