KDECore
k3socketdevice.h
Go to the documentation of this file.
51class KDECORE_EXPORT_DEPRECATED KSocketDevice: public KActiveSocketBase, public KPassiveSocketBase
68 CanConnectString = 0x01,
72 CanBindString = 0x02,
76 CanNotBind = 0x04,
80 CanNotListen = 0x08,
85 CanMulticast = 0x10,
92 };
KSocketDeviceFactoryBase()
Definition: k3socketdevice.h:390
virtual ~KSocketDeviceFactoryBase()
Definition: k3socketdevice.h:391
virtual KSocketDevice * create(KSocketBase *) const =0
This class provides functionality for creating and registering socket implementations.
Definition: k3socketdevice.h:402
virtual ~KSocketDeviceFactory()
Definition: k3socketdevice.h:405
KSocketDeviceFactory()
Definition: k3socketdevice.h:404
virtual KSocketDevice * create(KSocketBase *parent) const
Create the socket implementation.
Definition: k3socketdevice.h:411
void output(QList< Action > actions, QHash< QString, QString > domain)
Definition: fake/kauth-policy-gen-polkit.cpp:41
A namespace to store all networking-related (socket) classes.
Definition: k3bufferedsocket.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.