![]() |
Qt 6.x
The Qt SDK
|
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qiodevice.h>
#include <QtNetwork/qabstractsocket.h>
#include <QtCore/qdebug.h>
Go to the source code of this file.
Classes | |
class | QLocalSocket |
The QLocalSocket class provides a local socket. More... | |
Functions | |
QT_REQUIRE_CONFIG (localserver) | |
Q_NETWORK_EXPORT QDebug | operator<< (QDebug, QLocalSocket::LocalSocketError) |
Q_NETWORK_EXPORT QDebug | operator<< (QDebug, QLocalSocket::LocalSocketState) |
Q_NETWORK_EXPORT QDebug operator<< | ( | QDebug | debug, |
QLocalSocket::LocalSocketError | error | ||
) |
Definition at line 538 of file qlocalsocket.cpp.
References QLocalSocket::ConnectionError, QLocalSocket::ConnectionRefusedError, QLocalSocket::DatagramTooLargeError, debug, error, QLocalSocket::OperationError, QLocalSocket::PeerClosedError, QLocalSocket::ServerNotFoundError, QLocalSocket::SocketAccessError, QLocalSocket::SocketResourceError, QLocalSocket::SocketTimeoutError, QLocalSocket::UnknownSocketError, and QLocalSocket::UnsupportedSocketOperationError.
Q_NETWORK_EXPORT QDebug operator<< | ( | QDebug | debug, |
QLocalSocket::LocalSocketState | state | ||
) |
Definition at line 583 of file qlocalsocket.cpp.
References QLocalSocket::ClosingState, QLocalSocket::ConnectedState, QLocalSocket::ConnectingState, debug, state, and QLocalSocket::UnconnectedState.
QT_REQUIRE_CONFIG | ( | localserver | ) |