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 class QNetworkConfiguration
- Since:
- This class was introduced in Qt 4.7.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated.Java wrapper for Qt enumQNetworkConfiguration::BearerType
static enum
Deprecated.Java wrapper for Qt enumQNetworkConfiguration::Purpose
static enum
Deprecated.Java wrapper for Qt enumQNetworkConfiguration::StateFlag
static final class
Deprecated.QFlags
type for enumQNetworkConfiguration.StateFlag
static enum
Deprecated.Java wrapper for Qt enumQNetworkConfiguration::Type
-
Constructor Summary
ConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QNetworkConfiguration other) Deprecated.Deprecated.Deprecated.final String
Deprecated.final QList<QNetworkConfiguration>
children()
Deprecated.clone()
Deprecated.Creates and returns a copy of this object.final int
Deprecated.final boolean
equals
(QNetworkConfiguration other) Deprecated.boolean
Deprecated.int
hashCode()
Deprecated.Returns the objects's hash code computed byqHash(QNetworkConfiguration)
.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.- Parameters:
other
-
-
-
Method Details
-
bearerType
Deprecated.- Returns:
-
bearerTypeFamily
Deprecated.- Returns:
- Since:
- This function was introduced in Qt 5.2.
-
bearerTypeName
Deprecated.- Returns:
-
children
Deprecated.- Returns:
-
connectTimeout
Deprecated.- Returns:
- Since:
- This function was introduced in Qt 5.9.
-
identifier
Deprecated.- Returns:
-
isRoamingAvailable
Deprecated.- Returns:
-
isValid
Deprecated.- Returns:
-
name
Deprecated.- Returns:
-
assign
Deprecated.- Parameters:
other
-
-
equals
Deprecated.- Parameters:
other
-- Returns:
-
purpose
Deprecated.- Returns:
-
setConnectTimeout
Deprecated.- Parameters:
timeout
-- Returns:
- Since:
- This function was introduced in Qt 5.9.
-
state
Deprecated.- Returns:
-
swap
Deprecated.- Parameters:
other
-- Since:
- This function was introduced in Qt 5.0.
-
type
Deprecated.- Returns:
-
equals
Deprecated. -
hashCode
Deprecated.Returns the objects's hash code computed byqHash(QNetworkConfiguration)
. -
clone
Deprecated.Creates and returns a copy of this object.
See
QNetworkConfiguration::
QNetworkConfiguration(QNetworkConfiguration)
-