KDECore
Go to the documentation of this file.
28 #include <config-network.h>
30 #include <sys/types.h>
31 #include <sys/socket.h>
37 using namespace KNetwork;
61 this, SLOT(lookupFinishedPeer()));
62 QObject::connect(
this, SIGNAL(
hostFound()),
this, SLOT(lookupFinishedLocal()));
137 lookupFinishedPeer();
175 size =
read(data.data(),
size, address);
192 if (to->
family() != AF_UNSPEC)
202 void KDatagramSocket::lookupFinishedLocal()
215 lookupFinishedPeer();
219 void KDatagramSocket::lookupFinishedPeer()
235 KResolverResults::ConstIterator it =
peerResults().begin();
256 bool KDatagramSocket::doBind()
263 KResolverResults::ConstIterator it =
localResults().begin();
280 void KDatagramSocket::setupSignals()
286 QObject::connect(n, SIGNAL(activated(
int)),
this, SLOT(
slotReadActivity()));
301 #include "k3datagramsocket.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:36:06 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.