42 #ifndef QNETWORKCONFIGURATION_H 43 #define QNETWORKCONFIGURATION_H 45 #ifndef QT_MOBILITY_BEARER 46 # include <QtCore/qglobal.h> 48 # include "qmobilityglobal.h" 51 #include <QtCore/qshareddata.h> 52 #include <QtCore/qstring.h> 53 #include <QtCore/qlist.h> 55 #if defined(Q_OS_WIN) && defined(interface) 61 #ifndef QT_MOBILITY_BEARER 64 #define QNetworkConfigurationExport Q_NETWORK_EXPORT 67 #define QNetworkConfigurationExport Q_BEARER_EXPORT 84 InternetAccessPoint = 0,
94 ServiceSpecificPurpose
100 Discovered = 0x0000006,
105 #ifndef QT_MOBILITY_BEARER 119 StateFlags state()
const;
123 #ifndef QT_MOBILITY_BEARER 129 QString bearerTypeName()
const;
135 bool isRoamingAvailable()
const;
139 bool isValid()
const;
149 #ifndef QT_MOBILITY_BEARER 157 #endif // QNETWORKCONFIGURATION_H BearerType
Specifies the type of bearer used by a configuration.
QExplicitlySharedDataPointer< QNetworkConfigurationPrivate > d
Purpose
Specifies the purpose of the configuration.
#define QNetworkConfigurationExport
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DECLARE_FLAGS(Flags, Enum)
The Q_DECLARE_FLAGS() macro expands to.
The QNetworkConfigurationManager class manages the network configurations provided by the system...
The QString class provides a Unicode character string.
The QNetworkConfiguration class provides an abstraction of one or more access point configurations...
#define QT_BEGIN_NAMESPACE
This macro expands to.
StateFlag
Specifies the configuration states.
bool operator!=(const QNetworkConfiguration &other) const
Returns true if this configuration is not the same as the other configuration given; otherwise return...
Type
This enum describes the type of configuration.
QT_DEPRECATED QString bearerName() const
This function is deprecated.
bool operator==(QBool b1, bool b2)
The QList class is a template class that provides lists.