Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotiledmap_test.cpp37 Q_DECLARE_PUBLIC(QGeoTiledMapTest)
53 Q_Q(QGeoTiledMapTest); in addParameter()
69 Q_Q(QGeoTiledMapTest); in removeParameter()
92 QGeoTiledMapTest::QGeoTiledMapTest(QGeoTiledMappingManagerEngine *engine, in QGeoTiledMapTest() function in QGeoTiledMapTest
99 void QGeoTiledMapTest::onCameraCenter_testChanged(QGeoMapParameter *param, const char *propertyName) in onCameraCenter_testChanged()
H A Dqgeotiledmap_test.h44 class QGeoTiledMapTest: public QGeoTiledMap
47 Q_DECLARE_PRIVATE(QGeoTiledMapTest)
49 QGeoTiledMapTest(QGeoTiledMappingManagerEngine *engine,
H A Dqgeotiledmappingmanagerengine_test.h117 return new QGeoTiledMapTest(this, opts); in createMap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/
H A Dtst_qgeotiledmap.cpp73 QScopedPointer<QGeoTiledMapTest> m_map;
108 m_map.reset(static_cast<QGeoTiledMapTest*>(mappingManager->createMap(this))); in initTestCase()