Uses of Class
io.qt.network.QNetworkInformation.Feature
Package | Description |
---|---|
io.qt.network |
-
Uses of QNetworkInformation.Feature in io.qt.network
Methods in io.qt.network that return QNetworkInformation.Feature Modifier and Type Method Description QNetworkInformation.Feature[]
QNetworkInformation.Features. flags()
Returns an array of flag objects represented by this Features.static QNetworkInformation.Feature
QNetworkInformation.Feature. resolve(int value)
Returns the corresponding enum entry for the given value.static QNetworkInformation.Feature
QNetworkInformation.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static QNetworkInformation.Feature[]
QNetworkInformation.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.network with parameters of type QNetworkInformation.Feature Constructor Description Features(QNetworkInformation.Feature... args)
Creates a new Features where the flags inargs
are set.