Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel_p.h79 Q_ENUMS(RouteError)
87 Q_PROPERTY(RouteError error READ error NOTIFY errorChanged)
104 enum RouteError { enum
144 RouteError error() const;
175 void setError(RouteError error, const QString &errorString);
186 RouteError error_;
H A Dqdeclarativegeoroutemodel.cpp353 QDeclarativeGeoRouteModel::RouteError newError = UnknownError; in pluginReady()
591 QDeclarativeGeoRouteModel::RouteError QDeclarativeGeoRouteModel::error() const in error()
596 void QDeclarativeGeoRouteModel::setError(RouteError error, const QString& errorString) in setError()
699 setError(static_cast<QDeclarativeGeoRouteModel::RouteError>(error), errorString); in routingError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes805 name: "RouteError"
823 Property { name: "error"; type: "RouteError"; isReadonly: true }