![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwasmsocket_p.h>
Static Public Member Functions | |
static void | registerSocketNotifier (QSocketNotifier *notifier) |
static void | unregisterSocketNotifier (QSocketNotifier *notifier) |
static void | clearSocketNotifiers () |
static void | setEmscriptenSocketCallbacks () |
static void | clearEmscriptenSocketCallbacks () |
static void | socketError (int fd, int err, const char *msg, void *context) |
static void | socketOpen (int fd, void *context) |
static void | socketListen (int fd, void *context) |
static void | socketConnection (int fd, void *context) |
static void | socketMessage (int fd, void *context) |
static void | socketClose (int fd, void *context) |
static void | setSocketState (int socket, bool setReadyRead, bool setReadyWrite) |
static void | clearSocketState (int socket) |
static void | waitForSocketState (QEventDispatcherWasm *eventDispatcher, int timeout, int socket, bool checkRead, bool checkWrite, bool *selectForRead, bool *selectForWrite, bool *socketDisconnect) |
Definition at line 20 of file qwasmsocket_p.h.
|
static |
Definition at line 84 of file qwasmsocket.cpp.
Referenced by clearSocketNotifiers(), and unregisterSocketNotifier().
|
static |
Definition at line 61 of file qwasmsocket.cpp.
References clearEmscriptenSocketCallbacks().
|
static |
Definition at line 201 of file qwasmsocket.cpp.
Referenced by socketClose().
|
static |
Definition at line 27 of file qwasmsocket.cpp.
References qwasmglobal::runOnMainThread(), and setEmscriptenSocketCallbacks().
|
static |
Definition at line 72 of file qwasmsocket.cpp.
References socketClose(), socketConnection(), socketError(), socketListen(), socketMessage(), and socketOpen().
Referenced by registerSocketNotifier().
|
static |
Definition at line 184 of file qwasmsocket.cpp.
Referenced by socketClose(), socketError(), socketMessage(), and socketOpen().
Definition at line 164 of file qwasmsocket.cpp.
References clearSocketState(), qwasmglobal::runAsync(), and setSocketState().
Referenced by setEmscriptenSocketCallbacks().
Definition at line 142 of file qwasmsocket.cpp.
Referenced by setEmscriptenSocketCallbacks().
Definition at line 96 of file qwasmsocket.cpp.
References qwasmglobal::runAsync(), and setSocketState().
Referenced by setEmscriptenSocketCallbacks().
Definition at line 136 of file qwasmsocket.cpp.
Referenced by setEmscriptenSocketCallbacks().
Definition at line 148 of file qwasmsocket.cpp.
References qwasmglobal::runAsync(), and setSocketState().
Referenced by setEmscriptenSocketCallbacks().
Definition at line 120 of file qwasmsocket.cpp.
References qwasmglobal::runAsync(), and setSocketState().
Referenced by setEmscriptenSocketCallbacks().
|
static |
Definition at line 45 of file qwasmsocket.cpp.
References clearEmscriptenSocketCallbacks(), and qwasmglobal::runOnMainThread().
|
static |
Definition at line 207 of file qwasmsocket.cpp.