![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QWasmSocket, including all inherited members.
| clearEmscriptenSocketCallbacks() | QWasmSocket | static |
| clearSocketNotifiers() | QWasmSocket | static |
| clearSocketState(int socket) | QWasmSocket | static |
| registerSocketNotifier(QSocketNotifier *notifier) | QWasmSocket | static |
| setEmscriptenSocketCallbacks() | QWasmSocket | static |
| setSocketState(int socket, bool setReadyRead, bool setReadyWrite) | QWasmSocket | static |
| socketClose(int fd, void *context) | QWasmSocket | static |
| socketConnection(int fd, void *context) | QWasmSocket | static |
| socketError(int fd, int err, const char *msg, void *context) | QWasmSocket | static |
| socketListen(int fd, void *context) | QWasmSocket | static |
| socketMessage(int fd, void *context) | QWasmSocket | static |
| socketOpen(int fd, void *context) | QWasmSocket | static |
| unregisterSocketNotifier(QSocketNotifier *notifier) | QWasmSocket | static |
| waitForSocketState(QEventDispatcherWasm *eventDispatcher, int timeout, int socket, bool checkRead, bool checkWrite, bool *selectForRead, bool *selectForWrite, bool *socketDisconnect) | QWasmSocket | static |