42 #ifndef QNETWORKCONFIGURATIONPRIVATE_H 43 #define QNETWORKCONFIGURATIONPRIVATE_H 58 #include <QtCore/qshareddata.h> 59 #include <QtCore/qmutex.h> 60 #include <QtCore/qmap.h> 62 #ifdef Q_OS_BLACKBERRY 63 #include <bps/netstatus.h> 77 #ifdef Q_OS_BLACKBERRY
78 oldIpStatus(NETSTATUS_IP_STATUS_ERROR_UNKNOWN),
100 QNetworkConfiguration::StateFlags
state;
105 #ifdef Q_OS_BLACKBERRY 106 netstatus_ip_status_t oldIpStatus;
118 #endif // QNETWORKCONFIGURATIONPRIVATE_H BearerType
Specifies the type of bearer used by a configuration.
Purpose
Specifies the purpose of the configuration.
#define QT_END_NAMESPACE
This macro expands to.
The QMutex class provides access serialization between threads.
QNetworkConfiguration::StateFlags state
QMap< unsigned int, QNetworkConfigurationPrivatePointer > serviceNetworkMembers
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
QNetworkConfiguration::BearerType bearerType
The QNetworkConfiguration class provides an abstraction of one or more access point configurations...
#define QT_BEGIN_NAMESPACE
This macro expands to.
QNetworkConfigurationPrivate()
QNetworkConfiguration::Purpose purpose
QExplicitlySharedDataPointer< QNetworkConfigurationPrivate > QNetworkConfigurationPrivatePointer
The QSharedData class is a base class for shared data objects.
QNetworkConfiguration::Type type
Type
This enum describes the type of configuration.
virtual QString bearerTypeName() const
virtual ~QNetworkConfigurationPrivate()
The QMap class is a template class that provides a skip-list-based dictionary.