Home
last modified time | relevance | path

Searched refs:qgeomaneuver (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeomaneuver/
H A Dtst_qgeomaneuver.cpp72 qgeomaneuver = new QGeoManeuver(); in init()
77 delete qgeomaneuver; in cleanup()
84 QVERIFY(!qgeomaneuver->isValid()); in constructor()
85 QCOMPARE(qgeomaneuver->direction(),QGeoManeuver::NoDirection); in constructor()
86 QCOMPARE(qgeomaneuver->distanceToNextInstruction(), qreal(0.0)); in constructor()
87 QCOMPARE(qgeomaneuver->instructionText(),empty); in constructor()
88 QCOMPARE(qgeomaneuver->timeToNextInstruction(),0); in constructor()
93 QGeoManeuver *qgeomaneuvercopy = new QGeoManeuver (*qgeomaneuver); in copy_constructor()
95 QCOMPARE(*qgeomaneuver,*qgeomaneuvercopy); in copy_constructor()
107 qgeomaneuvercopy = new QGeoManeuver(*qgeomaneuver); in destructor()
[all …]
H A Dtst_qgeomaneuver.h76 QGeoManeuver *qgeomaneuver;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/
H A Dtst_qgeoroutesegment.cpp49 qgeomaneuver = new QGeoManeuver(); in init()
62 QCOMPARE(qgeoroutesegment->maneuver(),*qgeomaneuver); in constructor()
74 QCOMPARE(qgeoroutesegmentcopy->maneuver(), *qgeomaneuver); in copy_constructor()
207 sgmt.setManeuver(*qgeomaneuver); in maneuver()
208 QCOMPARE(sgmt.maneuver(), *qgeomaneuver); in maneuver()
H A Dtst_qgeoroutesegment.h75 QGeoManeuver *qgeomaneuver; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dmaps.pri10 maps/qgeomaneuver.h \
76 maps/qgeomaneuver.cpp \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/
H A Dauto.pro49 qgeomaneuver \