Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativepositionsource_p.h168 …ppend(QQmlListProperty<QDeclarativePluginParameter> *prop, QDeclarativePluginParameter *mapObject);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp923 QGeoMapObject *mapObject = qobject_cast<QGeoMapObject *>(child); in addMapChild() local
924 if (mapObject) in addMapChild()
925 addMapObject(mapObject); // this emits mapObjectsChanged, != mapItemsChanged in addMapChild()
944 QGeoMapObject *mapObject = qobject_cast<QGeoMapObject *>(child); in removeMapChild() local
945 if (mapObject) in removeMapChild()
946 removeMapObject(mapObject); // this emits mapObjectsChanged, != mapItemsChanged in removeMapChild()
H A Dqdeclarativegeoserviceprovider_p.h201 …ppend(QQmlListProperty<QDeclarativePluginParameter> *prop, QDeclarativePluginParameter *mapObject);