Home
last modified time | relevance | path

Searched refs:m_src (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupplier.cpp80 m_src(src), in QDeclarativeSupplier()
108 QPlaceSupplier previous = m_src; in setSupplier()
109 m_src = src; in setSupplier()
111 if (previous.name() != m_src.name()) in setSupplier()
114 if (previous.supplierId() != m_src.supplierId()) in setSupplier()
117 if (previous.url() != m_src.url()) in setSupplier()
122 m_icon->setIcon(m_src.icon()); in setSupplier()
124 m_icon = new QDeclarativePlaceIcon(m_src.icon(), plugin, this); in setSupplier()
131 m_src.setIcon(m_icon ? m_icon->icon() : QPlaceIcon()); in supplier()
132 return m_src; in supplier()
[all …]
H A Dqdeclarativeplace.cpp313 QPlace previous = m_src; in setPlace()
314 m_src = src; in setPlace()
316 if (previous.categories() != m_src.categories()) { in setPlace()
322 m_location->setLocation(m_src.location()); in setPlace()
324 m_location = new QDeclarativeGeoLocation(m_src.location(), this); in setPlace()
329 m_ratings->setRatings(m_src.ratings()); in setPlace()
331 m_ratings = new QDeclarativeRatings(m_src.ratings(), this); in setPlace()
336 m_supplier->setSupplier(m_src.supplier(), m_plugin); in setPlace()
338 m_supplier = new QDeclarativeSupplier(m_src.supplier(), m_plugin, this); in setPlace()
344 m_icon->setIcon(m_src.icon()); in setPlace()
[all …]
H A Dqdeclarativesupplier_p.h103 QPlaceSupplier m_src;
H A Dqdeclarativeplace_p.h238 QPlace m_src; variable
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddigraph.h65 : m_src (src), m_dest (dest) {} in dedge()
71 node_t *const m_src; variable
242 edge->m_src->m_succs.safe_push (edge); in add_edge()
H A Dshortest-paths.h137 to = m_prev[to->m_index]->m_src; in get_shortest_path()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddigraph.h65 : m_src (src), m_dest (dest) {} in dedge()
71 node_t *const m_src; variable
242 edge->m_src->m_succs.safe_push (edge); in add_edge()
H A Dshortest-paths.h137 to = m_prev[to->m_index]->m_src; in get_shortest_path()