Uses of Enum
io.qt.location.QGeoRouteReply.Error
Packages that use QGeoRouteReply.Error
-
Uses of QGeoRouteReply.Error in io.qt.location
Fields in io.qt.location with type parameters of type QGeoRouteReply.ErrorModifier and TypeFieldDescriptionQGeoRouteReply.error
QGeoRoutingManager.error
QGeoRoutingManagerEngine.error
Methods in io.qt.location that return QGeoRouteReply.ErrorModifier and TypeMethodDescriptionfinal QGeoRouteReply.Error
QGeoRouteReply.error()
static QGeoRouteReply.Error
QGeoRouteReply.Error.resolve
(int value) Returns the corresponding enum entry for the given value.static QGeoRouteReply.Error
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.ErrorModifier and TypeMethodDescriptionprotected final void
QGeoRouteReply.setError
(QGeoRouteReply.Error error, String errorString) Constructors in io.qt.location with parameters of type QGeoRouteReply.ErrorModifierConstructorDescriptionQGeoRouteReply
(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)