Uses of Class
io.qt.network.QNetworkInformation.Reachability
Package | Description |
---|---|
io.qt.network |
-
Uses of QNetworkInformation.Reachability in io.qt.network
Fields in io.qt.network with type parameters of type QNetworkInformation.Reachability Modifier and Type Field Description QObject.Signal1<QNetworkInformation.Reachability>
QNetworkInformation. reachabilityChanged
Methods in io.qt.network that return QNetworkInformation.Reachability Modifier and Type Method Description QNetworkInformation.Reachability
QNetworkInformation. reachability()
static QNetworkInformation.Reachability
QNetworkInformation.Reachability. resolve(int value)
Returns the corresponding enum entry for the given value.static QNetworkInformation.Reachability
QNetworkInformation.Reachability. valueOf(String name)
Returns the enum constant of this type with the specified name.static QNetworkInformation.Reachability[]
QNetworkInformation.Reachability. values()
Returns an array containing the constants of this enum type, in the order they are declared.