Uses of Enum
io.qt.location.QGeoCodeReply.Error
Packages that use QGeoCodeReply.Error
-
Uses of QGeoCodeReply.Error in io.qt.location
Fields in io.qt.location with type parameters of type QGeoCodeReply.ErrorModifier and TypeFieldDescriptionQGeoCodeReply.error
QGeoCodingManager.error
QGeoCodingManagerEngine.error
Methods in io.qt.location that return QGeoCodeReply.ErrorModifier and TypeMethodDescriptionfinal QGeoCodeReply.Error
QGeoCodeReply.error()
static QGeoCodeReply.Error
QGeoCodeReply.Error.resolve
(int value) Returns the corresponding enum entry for the given value.static QGeoCodeReply.Error
Returns the enum constant of this type with the specified name.static QGeoCodeReply.Error[]
QGeoCodeReply.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 QGeoCodeReply.ErrorModifier and TypeMethodDescriptionprotected final void
QGeoCodeReply.setError
(QGeoCodeReply.Error error, String errorString) Constructors in io.qt.location with parameters of type QGeoCodeReply.ErrorModifierConstructorDescriptionQGeoCodeReply
(QGeoCodeReply.Error error, String errorString) Overloaded constructor forQGeoCodeReply(io.qt.location.QGeoCodeReply.Error, java.lang.String, io.qt.core.QObject)
withparent = null
.QGeoCodeReply
(QGeoCodeReply.Error error, String errorString, QObject parent)