Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp207 …: q(q_), m_params(new QDeclarativeNavigatorParams), m_basicDirections(static_cast<QDeclarativeNavi… in QDeclarativeNavigatorPrivate()
229 d_ptr->m_params->m_parameters.push_back(param); in componentComplete()
241 if (d_ptr->m_params->m_map || !map) // set once prop in setMap()
244 d_ptr->m_params->m_map = map; in setMap()
256 return d_ptr->m_params->m_map; in map()
261 if (d_ptr->m_params->m_route == route) // This isn't set-once in setRoute()
269 d_ptr->m_params->m_route = route; in setRoute()
270 d_ptr->m_params->m_geoRoute = route ? route->route() : QGeoRoute(); in setRoute()
285 return d_ptr->m_params->m_route; in route()
290 if (d_ptr->m_params->m_positionSource || !positionSource) // set once prop in setPositionSource()
[all …]
H A Dqdeclarativenavigator_p_p.h193 QSharedPointer<QDeclarativeNavigatorParams> m_params; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp499 map->addLayer(m_params, m_before); in apply()
520 layer->m_params[formatPropertyName(propertyName)] = value; in fromMapParameter()
523 layer->m_params[QStringLiteral("id")] = value; in fromMapParameter()
526 layer->m_params[QStringLiteral("type")] = value; in fromMapParameter()
540 layer->m_params[QStringLiteral("id")] = feature.id; in fromFeature()
541 layer->m_params[QStringLiteral("source")] = feature.id; in fromFeature()
545 layer->m_params[QStringLiteral("type")] = QStringLiteral("circle"); in fromFeature()
548 layer->m_params[QStringLiteral("type")] = QStringLiteral("line"); in fromFeature()
551 layer->m_params[QStringLiteral("type")] = QStringLiteral("fill"); in fromFeature()
577 map->updateSource(m_id, m_params); in apply()
[all …]
H A Dqmapboxglstylechange_p.h120 QVariantMap m_params; variable
150 QVariantMap m_params; variable