Home
last modified time | relevance | path

Searched refs:Coordinate2D (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocoordinate/
H A Dtst_qgeocoordinate.cpp120 QTest::newRow("both zero") << 0.0 << 0.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data()
121 QTest::newRow("both negative") << -1.0 << -1.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data()
122 QTest::newRow("both positive") << 1.0 << 1.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data()
123 QTest::newRow("latitude negative") << -1.0 << 1.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data()
124 QTest::newRow("longitude negative") << 1.0 << -1.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data()
134 QTest::newRow("both not too high") << 90.0 << 180.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data()
135 QTest::newRow("both not too low") << -90.0 << -180.0 << QGeoCoordinate::Coordinate2D; in constructor_lat_long_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocoordinate.h68 Coordinate2D, enumerator
H A Dqgeocoordinate.cpp334 return t == Coordinate2D || t == Coordinate3D; in isValid()
345 return Coordinate2D; in type()