Solid
#include <internetgateway.h>
|
enum | InternetStatus { InternetEnabled = 0,
InternetDisabled = 1,
UnknownStatus = 2
} |
|
enum | NetworkProtocol { TCP = 0,
UDP = 1
} |
|
enum | Type {
Unknown = 0,
GenericInterface = 1,
Processor = 2,
Block = 3,
StorageAccess = 4,
StorageDrive = 5,
OpticalDrive = 6,
StorageVolume = 7,
OpticalDisc = 8,
Camera = 9,
PortableMediaPlayer = 10,
NetworkInterface = 11,
AcAdapter = 12,
Battery = 13,
Button = 14,
AudioInterface = 15,
DvbInterface = 16,
Video = 17,
SerialInterface = 18,
SmartCardReader = 19,
InternetGateway = 20,
NetworkShare = 21,
Last = 0xffff
} |
|
Definition at line 37 of file internetgateway.h.
Enumerator |
---|
InternetEnabled |
|
InternetDisabled |
|
UnknownStatus |
|
Definition at line 47 of file internetgateway.h.
Solid::InternetGateway::~InternetGateway |
( |
| ) |
|
|
virtual |
void Solid::InternetGateway::addPortMapping |
( |
const QString & |
remoteHost, |
|
|
qint16 |
externalPort, |
|
|
const NetworkProtocol & |
mappingProtocol, |
|
|
qint16 |
internalPort, |
|
|
const QString & |
internalClient |
|
) |
| |
QStringList Solid::InternetGateway::currentConnections |
( |
| ) |
const |
void Solid::InternetGateway::currentConnectionsDataIsReady |
( |
QStringList |
currentConnections | ) |
|
|
signal |
void Solid::InternetGateway::deletePortMapping |
( |
const QString & |
remoteHost, |
|
|
qint16 |
externalPort, |
|
|
const NetworkProtocol & |
mappingProtocol |
|
) |
| |
static Type Solid::InternetGateway::deviceInterfaceType |
( |
| ) |
|
|
inlinestatic |
void Solid::InternetGateway::enabledForInternet |
( |
bool |
enabled | ) |
|
|
signal |
void Solid::InternetGateway::portMappingAdded |
( |
const QString & |
remoteHost, |
|
|
qint16 |
externalPort, |
|
|
const NetworkProtocol & |
mappingProtocol, |
|
|
qint16 |
internalPort, |
|
|
const QString & |
internalClient |
|
) |
| |
|
signal |
void Solid::InternetGateway::portMappingDeleted |
( |
const QString & |
remoteHost, |
|
|
qint16 |
externalPort, |
|
|
const NetworkProtocol & |
mappingProtocol |
|
) |
| |
|
signal |
void Solid::InternetGateway::requestCurrentConnections |
( |
| ) |
const |
void Solid::InternetGateway::setEnabledForInternet |
( |
bool |
enabled | ) |
|
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:48 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.