Solid
internetgateway.cpp
Go to the documentation of this file.
84 return_SOLID_CALL(Ifaces::InternetGateway*, d->backendObject(), QStringList(), currentConnections());
87 void InternetGateway::addPortMapping(const QString& remoteHost, qint16 externalPort, const NetworkProtocol& mappingProtocol,
96 void InternetGateway::deletePortMapping(const QString& remoteHost, qint16 externalPort, const NetworkProtocol& mappingProtocol)
108 return_SOLID_CALL(Ifaces::InternetGateway*, d->backendObject(), InternetGateway::UnknownStatus, isEnabledForInternet());
void setEnabledForInternet(bool enabled)
Definition: internetgateway.cpp:111
InternetStatus isEnabledForInternet() const
Definition: internetgateway.cpp:104
void portMappingDeleted(const QString &remoteHost, qint16 externalPort, const NetworkProtocol &mappingProtocol)
void addPortMapping(const QString &remoteHost, qint16 externalPort, const NetworkProtocol &mappingProtocol, qint16 internalPort, const QString &internalClient)
Definition: internetgateway.cpp:87
void deletePortMapping(const QString &remoteHost, qint16 externalPort, const NetworkProtocol &mappingProtocol)
Definition: internetgateway.cpp:96
void enabledForInternet(bool enabled)
void requestCurrentConnections() const
Definition: internetgateway.cpp:73
virtual ~InternetGateway()
Definition: internetgateway.cpp:69
#define return_SOLID_CALL(Type, Object, Default, Method)
Definition: soliddefs_p.h:26
Definition: internetgateway.h:37
void portMappingAdded(const QString &remoteHost, qint16 externalPort, const NetworkProtocol &mappingProtocol, qint16 internalPort, const QString &internalClient)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QStringList currentConnections() const
Definition: internetgateway.cpp:80
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.