java.lang.Object
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 TypeMethodDescriptionfinal void
assign
(QNetworkConfiguration other) Deprecated.Deprecated.Deprecated.final String
Deprecated.final QList<QNetworkConfiguration>
children()
Deprecated.clone()
Deprecated.final int
Deprecated.boolean
Deprecated.Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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. -
assign
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
Deprecated. -
clone
Deprecated.
-