Home
last modified time | relevance | path

Searched refs:QDeclarativeGeoManeuver (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaneuver.cpp70 QDeclarativeGeoManeuver::QDeclarativeGeoManeuver(QObject *parent) in QDeclarativeGeoManeuver() function in QDeclarativeGeoManeuver
75 QDeclarativeGeoManeuver::QDeclarativeGeoManeuver(const QGeoManeuver &maneuver, QObject *parent) in QDeclarativeGeoManeuver() function in QDeclarativeGeoManeuver
81 QDeclarativeGeoManeuver::~QDeclarativeGeoManeuver() {} in ~QDeclarativeGeoManeuver()
92 bool QDeclarativeGeoManeuver::valid() const in valid()
104 QGeoCoordinate QDeclarativeGeoManeuver::position() const in position()
115 QString QDeclarativeGeoManeuver::instructionText() const in instructionText()
142 QDeclarativeGeoManeuver::Direction QDeclarativeGeoManeuver::direction() const in direction()
144 return QDeclarativeGeoManeuver::Direction(maneuver_.direction()); in direction()
155 int QDeclarativeGeoManeuver::timeToNextInstruction() const in timeToNextInstruction()
168 qreal QDeclarativeGeoManeuver::distanceToNextInstruction() const in distanceToNextInstruction()
[all …]
H A Dqdeclarativegeomaneuver_p.h61 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoManeuver : public QObject
92 explicit QDeclarativeGeoManeuver(QObject *parent = 0);
93 QDeclarativeGeoManeuver(const QGeoManeuver &maneuver, QObject *parent = 0);
94 ~QDeclarativeGeoManeuver();
H A Dqdeclarativegeoroutesegment_p.h67 Q_PROPERTY(QDeclarativeGeoManeuver *maneuver READ maneuver CONSTANT)
77 QDeclarativeGeoManeuver *maneuver() const;
81 QDeclarativeGeoManeuver *maneuver_;
H A Dqdeclarativegeoroutesegment.cpp80 maneuver_ = new QDeclarativeGeoManeuver(this); in QDeclarativeGeoRouteSegment()
88 maneuver_ = new QDeclarativeGeoManeuver(segment_.maneuver(), this); in QDeclarativeGeoRouteSegment()
127 QDeclarativeGeoManeuver *QDeclarativeGeoRouteSegment::maneuver() const in maneuver()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp116 … qmlRegisterType<QDeclarativeGeoManeuver >(uri, major, minor, "RouteManeuver"); in registerTypes()
165 qmlRegisterType<QDeclarativeGeoManeuver>(uri, major, minor, "RouteManeuver"); in registerTypes()
181 qmlRegisterType<QDeclarativeGeoManeuver, 11>(uri, major, minor, "RouteManeuver"); in registerTypes()
H A Dplugins.qmltypes381 name: "QDeclarativeGeoManeuver"
989 … Property { name: "maneuver"; type: "QDeclarativeGeoManeuver"; isReadonly: true; isPointer: true }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.11.070 * Added extended attributes to QGeoManeuver/QDeclarativeGeoManeuver.