Searched refs:mapItems (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_itemview.qml | 215 property int mapItemsLength: mapItems.length 251 property int mapItemsLength: mapItems.length 284 property int mapItemsLength: mapItems.length 316 compare(map.mapItems.length, 1) 317 compare(map.mapItems[0], prepopulatedCircle) 322 compare(map.mapItems.length, 1) 323 compare(map.mapItems[0], prepopulatedCircle) 327 compare(map.mapItems.length, 0) 331 compare(map.mapItems.length, 2) 335 compare(map.mapItems.length, 2) [all …]
|
| H A D | tst_map_error.qml | 135 compare(map_no_plugin.mapItems.length , 0) 136 compare(map_error_plugin.mapItems.length , 0)
|
| H A D | tst_map_item.qml | 326 compare (map.mapItems.length, 0) 359 compare (map.mapItems.length, 6) 411 var numItemsOnMap = map.mapItems.length 413 compare(map.mapItems.length, numItemsOnMap + 3)
|
| H A D | tst_map_item_fit_viewport.qml | 256 compare (map.mapItems.length, 0) 268 compare (map.mapItems.length, 6)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitemview_p.h | 86 Q_PROPERTY(QList<QQuickItem *> mapItems READ mapItems REVISION 12) 109 QList<QQuickItem *> mapItems();
|
| H A D | qdeclarativegeomap_p.h | 96 Q_PROPERTY(QList<QObject *> mapItems READ mapItems NOTIFY mapItemsChanged) 178 QList<QObject *> mapItems(); 285 …void fitViewportToMapItemsRefine(const QList<QPointer<QDeclarativeGeoMapItemBase> > &mapItems, boo…
|
| H A D | qdeclarativegeomap.cpp | 272 const auto mapItems = m_mapItems; in ~QDeclarativeGeoMap() local 273 for (auto mi: mapItems) in ~QDeclarativeGeoMap() 1968 QList<QObject *> QDeclarativeGeoMap::mapItems() in mapItems() function in QDeclarativeGeoMap 2369 …veGeoMap::fitViewportToMapItemsRefine(const QList<QPointer<QDeclarativeGeoMapItemBase> > &mapItems, in fitViewportToMapItemsRefine() argument 2376 if (mapItems.size() == 0) in fitViewportToMapItemsRefine() 2391 for (int i = 0; i < mapItems.count(); ++i) { in fitViewportToMapItemsRefine() 2392 if (!mapItems.at(i)) in fitViewportToMapItemsRefine() 2394 QDeclarativeGeoMapItemBase *item = mapItems.at(i).data(); in fitViewportToMapItemsRefine() 2445 fitViewportToMapItemsRefine(mapItems, false, onlyVisible); in fitViewportToMapItemsRefine() 2475 fitViewportToMapItemsRefine(mapItems, false, onlyVisible); in fitViewportToMapItemsRefine()
|
| H A D | qdeclarativegeomapitemview.cpp | 289 if (m_map->mapItems().size() > 0) in fitViewport() 354 QList<QQuickItem *> QDeclarativeGeoMapItemView::mapItems() in mapItems() function in QDeclarativeGeoMapItemView
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/ |
| H A D | MapComponent.qml | 61 property variant mapItems 155 var count = map.mapItems.length 157 map.removeMapItem(map.mapItems[i]) 158 map.mapItems[i].destroy() 160 map.mapItems = [] 183 var count = map.mapItems.length 192 myArray.push(mapItems[i]) 195 mapItems = myArray 311 mapItems = new Array();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/ |
| H A D | mapviewer.qml | 295 mapPopupMenu.mapItemsCount = map.mapItems.length
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 454 Property { name: "mapItems"; type: "QList<QObject*>"; isReadonly: true } 683 Property { name: "mapItems"; revision: 12; type: "QList<QQuickItem*>"; isReadonly: true }
|