Uses of Class
io.qt.location.QGeoRouteReply.Error
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoRouteReply.Error in io.qt.location
Fields in io.qt.location with type parameters of type QGeoRouteReply.Error Modifier and Type Field Description QObject.Signal2Default1<QGeoRouteReply.Error,String>
QGeoRouteReply. error
QObject.Signal3Default1<QGeoRouteReply,QGeoRouteReply.Error,String>
QGeoRoutingManager. error
QObject.Signal3Default1<QGeoRouteReply,QGeoRouteReply.Error,String>
QGeoRoutingManagerEngine. error
Methods in io.qt.location that return QGeoRouteReply.Error Modifier and Type Method Description QGeoRouteReply.Error
QGeoRouteReply. error()
static QGeoRouteReply.Error
QGeoRouteReply.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoRouteReply.Error
QGeoRouteReply.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGeoRouteReply.Error[]
QGeoRouteReply.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.location with parameters of type QGeoRouteReply.Error Modifier and Type Method Description protected void
QGeoRouteReply. setError(QGeoRouteReply.Error error, String errorString)
Constructors in io.qt.location with parameters of type QGeoRouteReply.Error Constructor Description QGeoRouteReply(QGeoRouteReply.Error error, String errorString)
Overloaded constructor forQGeoRouteReply(io.qt.location.QGeoRouteReply.Error, java.lang.String, io.qt.core.QObject)
withparent = null
.QGeoRouteReply(QGeoRouteReply.Error error, String errorString, QObject parent)