Searched refs:qgeomaneuver (Results 1 – 6 of 6) sorted by relevance
72 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 …]
76 QGeoManeuver *qgeomaneuver;
49 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()
75 QGeoManeuver *qgeomaneuver; variable
10 maps/qgeomaneuver.h \76 maps/qgeomaneuver.cpp \
49 qgeomaneuver \