java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QNetworkConfiguration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Deprecated.
Abstraction of one or more access point configurations
Java wrapper for Qt's class QNetworkConfiguration
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated.Java wrapper for Qt enum QNetworkConfiguration::BearerTypestatic enum
Deprecated.Java wrapper for Qt enum QNetworkConfiguration::Purposestatic enum
Deprecated.Java wrapper for Qt enum QNetworkConfiguration::StateFlagstatic final class
Deprecated.QFlags type for enumQNetworkConfiguration.StateFlag
static enum
Deprecated.Java wrapper for Qt enum QNetworkConfiguration::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionDeprecated.protected
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.final String
Deprecated.final QList<QNetworkConfiguration>
children()
Deprecated.clone()
Deprecated.final int
Deprecated.boolean
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.final String
Deprecated.final boolean
Deprecated.final boolean
isValid()
Deprecated.final String
name()
Deprecated.purpose()
Deprecated.final boolean
setConnectTimeout
(int timeout) Deprecated.state()
Deprecated.final void
swap
(QNetworkConfiguration other) Deprecated.type()
Deprecated.Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
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.
-