java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QNetworkConfiguration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
@Deprecated public class QNetworkConfiguration extends QtObject implements Cloneable
Deprecated.
Abstraction of one or more access point configurations
Java wrapper for Qt class QNetworkConfiguration
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QNetworkConfiguration.BearerType
Deprecated.Java wrapper for Qt enum QNetworkConfiguration::BearerTypestatic class
QNetworkConfiguration.Purpose
Deprecated.Java wrapper for Qt enum QNetworkConfiguration::Purposestatic class
QNetworkConfiguration.StateFlag
Deprecated.Java wrapper for Qt enum QNetworkConfiguration::StateFlagstatic class
QNetworkConfiguration.StateFlags
Deprecated.QFlags type for enumQNetworkConfiguration.StateFlag
static class
QNetworkConfiguration.Type
Deprecated.Java wrapper for Qt enum QNetworkConfiguration::Type -
Constructor Summary
Constructors Modifier Constructor Description QNetworkConfiguration()
Deprecated.QNetworkConfiguration(QNetworkConfiguration other)
Deprecated.protected
QNetworkConfiguration(QtObject.QPrivateConstructor p)
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QNetworkConfiguration.BearerType
bearerType()
Deprecated.QNetworkConfiguration.BearerType
bearerTypeFamily()
Deprecated.String
bearerTypeName()
Deprecated.QList<QNetworkConfiguration>
children()
Deprecated.QNetworkConfiguration
clone()
Deprecated.int
connectTimeout()
Deprecated.boolean
equals(Object other)
Deprecated.Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
Deprecated.String
identifier()
Deprecated.boolean
isRoamingAvailable()
Deprecated.boolean
isValid()
Deprecated.String
name()
Deprecated.QNetworkConfiguration.Purpose
purpose()
Deprecated.boolean
setConnectTimeout(int timeout)
Deprecated.QNetworkConfiguration.StateFlags
state()
Deprecated.void
swap(QNetworkConfiguration other)
Deprecated.QNetworkConfiguration.Type
type()
Deprecated.
-
Constructor Details
-
QNetworkConfiguration
public QNetworkConfiguration()Deprecated. -
QNetworkConfiguration
Deprecated. -
QNetworkConfiguration
Deprecated.Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
bearerType
Deprecated. -
bearerTypeFamily
Deprecated. -
bearerTypeName
Deprecated. -
children
Deprecated. -
connectTimeout
Deprecated. -
identifier
Deprecated. -
isRoamingAvailable
Deprecated. -
isValid
Deprecated. -
name
Deprecated. -
purpose
Deprecated. -
setConnectTimeout
Deprecated. -
state
Deprecated. -
swap
Deprecated. -
type
Deprecated. -
equals
Deprecated.Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
Deprecated. -
clone
Deprecated.
-