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