KDECore
k3resolver.h
Go to the documentation of this file.
336 UnknownFamily = 0x0001,
338 UnixFamily = 0x0002,
339 LocalFamily = UnixFamily,
341 IPv4Family = 0x0004,
342 IPv6Family = 0x0008,
343 InternetFamily = IPv4Family | IPv6Family,
344 InetFamily = InternetFamily,
346 KnownFamily = ~UnknownFamily,
348 };
400 NoError = 0,
401 AddrFamily = -1,
402 TryAgain = -2,
403 NonRecoverable = -3,
404 BadFlags = -4,
405 Memory = -5,
406 NoName = -6,
407 UnsupportedFamily = -7,
408 UnsupportedService = -8,
409 UnsupportedSocketType = -9,
410 UnknownError = -10,
411 SystemError = -11,
413 };
Definition k3resolver_p.h:102
void finished(const KNetwork::KResolverResults &results)
This signal is emitted whenever the resolution is finished, one way or another (success or failure).
Definition kaboutdata.h:33
Definition k3resolver.h:41
static void setError(QAbstractSocket *socket, QAbstractSocket::SocketError error, const QString &errorString)
Definition ksocketfactory.cpp:44
A namespace to store all networking-related (socket) classes.
Definition k3bufferedsocket.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.