Searched refs:mapView (Results 1 – 2 of 2) sorted by relevance
155 QJsonObject mapView = mvit.value().toObject(); in checkLocation() local156 QJsonObject::const_iterator brit = mapView.constFind(QLatin1String("BottomRight")); in checkLocation()157 if (brit == mapView.constEnd()) { in checkLocation()181 QJsonObject::const_iterator tlit = mapView.constFind(QLatin1String("TopLeft")); in checkLocation()182 if (tlit == mapView.constEnd()) { in checkLocation()353 QJsonObject mapView = obj.value("MapView").toObject(); in parseLocation() local354 QJsonObject bottomRight = mapView.value("BottomRight").toObject(); in parseLocation()355 QJsonObject topLeft = mapView.value("TopLeft").toObject(); in parseLocation()
911 QDeclarativeGeoMapItemView *mapView = qobject_cast<QDeclarativeGeoMapItemView *>(child); in addMapChild() local912 if (mapView) in addMapChild()913 return addMapItemView_real(mapView); in addMapChild()932 QDeclarativeGeoMapItemView *mapView = qobject_cast<QDeclarativeGeoMapItemView *>(child); in removeMapChild() local933 if (mapView) in removeMapChild()934 return removeMapItemView_real(mapView); in removeMapChild()