Searched refs:QDeclarativeGeoRouteQuery (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeoroutemodel.cpp | 412 void QDeclarativeGeoRouteModel::setQuery(QDeclarativeGeoRouteQuery *query) in setQuery() 435 QDeclarativeGeoRouteQuery *QDeclarativeGeoRouteModel::query() const in query() 754 QDeclarativeGeoRouteQuery::QDeclarativeGeoRouteQuery(QObject *parent) in QDeclarativeGeoRouteQuery() function in QDeclarativeGeoRouteQuery 759 QDeclarativeGeoRouteQuery::QDeclarativeGeoRouteQuery(const QGeoRouteRequest &request, QObject *pare… in QDeclarativeGeoRouteQuery() function in QDeclarativeGeoRouteQuery 774 QDeclarativeGeoRouteQuery::~QDeclarativeGeoRouteQuery() in ~QDeclarativeGeoRouteQuery() 781 void QDeclarativeGeoRouteQuery::componentComplete() in componentComplete() 808 QList<int> QDeclarativeGeoRouteQuery::featureTypes() in featureTypes() 826 int QDeclarativeGeoRouteQuery::numberAlternativeRoutes() const in numberAlternativeRoutes() 831 void QDeclarativeGeoRouteQuery::setNumberAlternativeRoutes(int numberAlternativeRoutes) in setNumberAlternativeRoutes() 865 QVariantList QDeclarativeGeoRouteQuery::waypoints() in waypoints() [all …]
|
| H A D | qdeclarativegeoroutemodel_p.h | 73 class QDeclarativeGeoRouteQuery; variable 82 Q_PROPERTY(QDeclarativeGeoRouteQuery *query READ query WRITE setQuery NOTIFY queryChanged) 133 void setQuery(QDeclarativeGeoRouteQuery *query); 134 QDeclarativeGeoRouteQuery *query() const; 180 QDeclarativeGeoRouteQuery *routeQuery_; 276 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoRouteQuery : public QObject, public QQmlParserStatus 306 explicit QDeclarativeGeoRouteQuery(QObject *parent = 0); 307 …QDeclarativeGeoRouteQuery(const QGeoRouteRequest &request, QObject *parent = 0); // init from requ… 308 ~QDeclarativeGeoRouteQuery();
|
| H A D | qdeclarativegeoroute_p.h | 59 class QDeclarativeGeoRouteQuery; variable 70 Q_PROPERTY(QDeclarativeGeoRouteQuery *routeQuery READ routeQuery REVISION 11) 93 QDeclarativeGeoRouteQuery *routeQuery(); 112 QDeclarativeGeoRouteQuery *routeQuery_ = nullptr;
|
| H A D | qdeclarativegeoroute.cpp | 324 QDeclarativeGeoRouteQuery *QDeclarativeGeoRoute::routeQuery() in routeQuery() 327 routeQuery_ = new QDeclarativeGeoRouteQuery(route_.request(), this); in routeQuery()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | location.cpp | 113 … qmlRegisterType<QDeclarativeGeoRouteQuery >(uri, major, minor, "RouteQuery"); in registerTypes() 187 qmlRegisterType<QDeclarativeGeoRouteQuery, 11>(uri, major, minor, "RouteQuery"); in registerTypes() 202 qmlRegisterType<QDeclarativeGeoRouteQuery, 13>(uri, major, minor, "RouteQuery"); in registerTypes()
|
| H A D | plugins.qmltypes | 764 type: "QDeclarativeGeoRouteQuery" 818 Property { name: "query"; type: "QDeclarativeGeoRouteQuery"; isPointer: true } 837 name: "QDeclarativeGeoRouteQuery"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.11.0 | 68 * RouteQuery (QDeclarativeGeoRouteQuery) now allows to specify extra parameters
|