Home
last modified time | relevance | path

Searched refs:GeocodeError (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel_p.h74 Q_ENUMS(GeocodeError)
85 Q_PROPERTY(GeocodeError error READ error NOTIFY errorChanged)
96 enum GeocodeError { enum
135 GeocodeError error() const;
179 void setError(GeocodeError error, const QString &errorString);
195 GeocodeError error_;
H A Dqdeclarativegeocodemodel.cpp297 QDeclarativeGeocodeModel::GeocodeError newError = UnknownError; in pluginReady()
421 setError(static_cast<QDeclarativeGeocodeModel::GeocodeError>(error), errorString); in geocodeError()
471 QDeclarativeGeocodeModel::GeocodeError QDeclarativeGeocodeModel::error() const in error()
476 void QDeclarativeGeocodeModel::setError(GeocodeError error, const QString &errorString) in setError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1242 name: "GeocodeError"
1264 Property { name: "error"; type: "GeocodeError"; isReadonly: true }