Home
last modified time | relevance | path

Searched refs:QDeclarativeGeoRouteSegment (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutesegment.cpp77 QDeclarativeGeoRouteSegment::QDeclarativeGeoRouteSegment(QObject *parent) in QDeclarativeGeoRouteSegment() function in QDeclarativeGeoRouteSegment
83 QDeclarativeGeoRouteSegment::QDeclarativeGeoRouteSegment(const QGeoRouteSegment &segment, in QDeclarativeGeoRouteSegment() function in QDeclarativeGeoRouteSegment
91 QDeclarativeGeoRouteSegment::~QDeclarativeGeoRouteSegment() {} in ~QDeclarativeGeoRouteSegment()
101 int QDeclarativeGeoRouteSegment::travelTime() const in travelTime()
113 qreal QDeclarativeGeoRouteSegment::distance() const in distance()
127 QDeclarativeGeoManeuver *QDeclarativeGeoRouteSegment::maneuver() const in maneuver()
146 QJSValue QDeclarativeGeoRouteSegment::path() const in path()
H A Dqdeclarativegeoroute_p.h69 Q_PROPERTY(QQmlListProperty<QDeclarativeGeoRouteSegment> segments READ segments CONSTANT)
86 QQmlListProperty<QDeclarativeGeoRouteSegment> segments();
88 void appendSegment(QDeclarativeGeoRouteSegment *segment);
103 …static void segments_append(QQmlListProperty<QDeclarativeGeoRouteSegment> *prop, QDeclarativeGeoRo…
104 static int segments_count(QQmlListProperty<QDeclarativeGeoRouteSegment> *prop);
105 …static QDeclarativeGeoRouteSegment *segments_at(QQmlListProperty<QDeclarativeGeoRouteSegment> *pro…
106 static void segments_clear(QQmlListProperty<QDeclarativeGeoRouteSegment> *prop);
113 QList<QDeclarativeGeoRouteSegment *> segments_;
H A Dqdeclarativegeoroute.cpp106QDeclarativeGeoRouteSegment *routeSegment = new QDeclarativeGeoRouteSegment(segment, this); in initSegments()
237 QQmlListProperty<QDeclarativeGeoRouteSegment> QDeclarativeGeoRoute::segments() in segments()
239 return QQmlListProperty<QDeclarativeGeoRouteSegment>(this, 0, segments_append, segments_count, in segments()
246 void QDeclarativeGeoRoute::segments_append(QQmlListProperty<QDeclarativeGeoRouteSegment> *prop, in segments_append()
247 QDeclarativeGeoRouteSegment *segment) in segments_append()
257 int QDeclarativeGeoRoute::segments_count(QQmlListProperty<QDeclarativeGeoRouteSegment> *prop) in segments_count()
266 QDeclarativeGeoRouteSegment *QDeclarativeGeoRoute::segments_at(QQmlListProperty<QDeclarativeGeoRout… in segments_at()
276 void QDeclarativeGeoRoute::segments_clear(QQmlListProperty<QDeclarativeGeoRouteSegment> *prop) in segments_clear()
284 void QDeclarativeGeoRoute::appendSegment(QDeclarativeGeoRouteSegment *segment) in appendSegment()
H A Dqdeclarativegeoroutesegment_p.h60 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoRouteSegment : public QObject
70 explicit QDeclarativeGeoRouteSegment(QObject *parent = 0);
71 QDeclarativeGeoRouteSegment(const QGeoRouteSegment &segment, QObject *parent = 0);
72 ~QDeclarativeGeoRouteSegment();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p.h70 class QDeclarativeGeoRouteSegment; variable
H A Dqdeclarativenavigator_p_p.h69 class QDeclarativeGeoRouteSegment; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp115 … qmlRegisterType<QDeclarativeGeoRouteSegment >(uri, major, minor, "RouteSegment"); in registerTypes()
H A Dplugins.qmltypes760 … Property { name: "segments"; type: "QDeclarativeGeoRouteSegment"; isList: true; isReadonly: true }
982 name: "QDeclarativeGeoRouteSegment"