libsolidcontrol
networking.h File Reference
#include <QtCore/QObject>
#include "solid_control_export.h"
Include dependency graph for networking.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | Solid |
namespace | Solid::Control |
namespace | Solid::Control::Networking |
Enumerations | |
enum | Solid::Control::Networking::Result { Solid::Control::Networking::Accepted, Solid::Control::Networking::AlreadyConnected, Solid::Control::Networking::Denied } |
Functions | |
SOLIDCONTROL_EXPORT Result | Solid::Control::Networking::beginManagingSocket (QAbstractSocket *socket, uint autoDisconnectTimeout=0) |
void | Solid::Control::Networking::releaseConnection () |
Solid::Control::Networking::Result | Solid::Control::Networking::requestConnection (QObject *receiver=0, const char *member=0) |
SOLIDCONTROL_EXPORT void | Solid::Control::Networking::stopManagingSocket (QAbstractSocket *socket) |