Home
last modified time | relevance | path

Searched refs:waypointValid (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaneuver_p.h73 Q_PROPERTY(bool waypointValid READ waypointValid CONSTANT)
97 bool waypointValid() const;
H A Dqdeclarativegeomaneuver.cpp224 bool QDeclarativeGeoManeuver::waypointValid() const in waypointValid() function in QDeclarativeGeoManeuver
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml144 compare(emptySegment.maneuver.waypointValid, emptyManeuver.waypointValid)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes413 Property { name: "waypointValid"; type: "bool"; isReadonly: true }