Definition at line 71 of file qnetworkconfiguration.h.
#include <qnetworkconfiguration.h>
| enum Type |
Definition at line 83 of file qnetworkconfiguration.h.
{
InternetAccessPoint = 0,
ServiceNetwork,
UserChoice,
Invalid
};
| enum Purpose |
Definition at line 90 of file qnetworkconfiguration.h.
| enum StateFlag |
Definition at line 97 of file qnetworkconfiguration.h.
{
Undefined = 0x0000001,
Defined = 0x0000002,
Discovered = 0x0000006,
Active = 0x000000e
};
| enum BearerType |
| BearerUnknown | |
| BearerEthernet | |
| BearerWLAN | |
| Bearer2G | |
| BearerCDMA2000 | |
| BearerWCDMA | |
| BearerHSPA | |
| BearerBluetooth | |
| BearerWiMAX |
Definition at line 107 of file qnetworkconfiguration.h.
| QNetworkConfiguration | ( | const QNetworkConfiguration & | other | ) |
| QNetworkConfiguration& operator= | ( | const QNetworkConfiguration & | other | ) |
| bool operator== | ( | const QNetworkConfiguration & | cp | ) | const |
| bool operator!= | ( | const QNetworkConfiguration & | cp | ) | const [inline] |
Definition at line 80 of file qnetworkconfiguration.h.
{ return !operator==(cp); }
| StateFlags state | ( | ) | const |
| Type type | ( | ) | const |
| Purpose purpose | ( | ) | const |
| BearerType bearerType | ( | ) | const |
| QString bearerTypeName | ( | ) | const |
| QString identifier | ( | ) | const |
| bool isRoamingAvailable | ( | ) | const |
| QList<QNetworkConfiguration> children | ( | ) | const |
| QString name | ( | ) | const |
| bool isValid | ( | ) | const |
friend class QNetworkConfigurationPrivate
[friend] |
Definition at line 143 of file qnetworkconfiguration.h.
friend class QNetworkConfigurationManager
[friend] |
Definition at line 144 of file qnetworkconfiguration.h.
friend class
QNetworkConfigurationManagerPrivate [friend] |
Definition at line 145 of file qnetworkconfiguration.h.
friend class QNetworkSessionPrivate
[friend] |
Definition at line 146 of file qnetworkconfiguration.h.