Home
last modified time | relevance | path

Searched refs:routeChanged (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativeroutemapitem_p.h66 Q_PROPERTY(QDeclarativeGeoRoute *route READ route WRITE setRoute NOTIFY routeChanged)
76 void routeChanged(const QDeclarativeGeoRoute *route);
H A Dqdeclarativeroutemapitem.cpp128 emit routeChanged(route_); in setRoute() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmaprouteobject_p.h65 Q_PROPERTY(QDeclarativeGeoRoute *route READ route WRITE setRoute NOTIFY routeChanged)
78 void routeChanged(QDeclarativeGeoRoute * route);
H A Dqdeclarativenavigator_p.h79 Q_PROPERTY(QDeclarativeGeoRoute *route READ route WRITE setRoute NOTIFY routeChanged)
161 void routeChanged();
H A Dqmaprouteobject.cpp171 emit routeChanged(route); in setRoute() local
H A Dqdeclarativenavigator.cpp276 this->routeChanged(); in setRoute()
279 emit routeChanged(); in setRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes242 name: "routeChanged"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_fit_viewport.qml212 SignalSpy {id: preMapRouteRouteChanged; target: parent; signalName: "routeChanged"}
H A Dtst_map_item.qml212 SignalSpy {id: preMapRouteRouteChanged; target: parent; signalName: "routeChanged"}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml95 SignalSpy {id: mapRouteRouteSpy; target: emptyMapRoute; signalName: "routeChanged"}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1563 name: "routeChanged"