Uses of Class
io.qt.location.QGeoCodeReply.Error
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoCodeReply.Error in io.qt.location
Fields in io.qt.location with type parameters of type QGeoCodeReply.Error Modifier and Type Field Description QObject.Signal2Default1<QGeoCodeReply.Error,String>
QGeoCodeReply. error
QObject.Signal3Default1<QGeoCodeReply,QGeoCodeReply.Error,String>
QGeoCodingManager. error
QObject.Signal3Default1<QGeoCodeReply,QGeoCodeReply.Error,String>
QGeoCodingManagerEngine. error
Methods in io.qt.location that return QGeoCodeReply.Error Modifier and Type Method Description QGeoCodeReply.Error
QGeoCodeReply. error()
static QGeoCodeReply.Error
QGeoCodeReply.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoCodeReply.Error
QGeoCodeReply.Error. valueOf(String name)
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.Error Modifier and Type Method Description protected void
QGeoCodeReply. setError(QGeoCodeReply.Error error, String errorString)
Constructors in io.qt.location with parameters of type QGeoCodeReply.Error Constructor Description QGeoCodeReply(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)