Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp915 QDeclarativeGeoMapItemGroup *itemGroup = qobject_cast<QDeclarativeGeoMapItemGroup *>(child); in addMapChild() local
916 if (itemGroup) // addMapItemView calls addMapItemGroup in addMapChild()
917 return addMapItemGroup_real(itemGroup); in addMapChild()
936 QDeclarativeGeoMapItemGroup *itemGroup = qobject_cast<QDeclarativeGeoMapItemGroup *>(child); in removeMapChild() local
937 if (itemGroup) // removeMapItemView calls removeMapItemGroup for itself. in removeMapChild()
938 return removeMapItemGroup_real(itemGroup); in removeMapChild()
2091 void QDeclarativeGeoMap::addMapItemGroup(QDeclarativeGeoMapItemGroup *itemGroup) in addMapItemGroup() argument
2093 if (addMapItemGroup_real(itemGroup)) in addMapItemGroup()
2097 bool QDeclarativeGeoMap::addMapItemGroup_real(QDeclarativeGeoMapItemGroup *itemGroup) in addMapItemGroup_real() argument
2099 if (!itemGroup || itemGroup->quickMap()) // Already added to some map in addMapItemGroup_real()
[all …]
H A Dqdeclarativegeomap_p.h171 Q_INVOKABLE void addMapItemGroup(QDeclarativeGeoMapItemGroup *itemGroup);
172 Q_INVOKABLE void removeMapItemGroup(QDeclarativeGeoMapItemGroup *itemGroup);
266 bool addMapItemGroup_real(QDeclarativeGeoMapItemGroup *itemGroup);
267 bool removeMapItemGroup_real(QDeclarativeGeoMapItemGroup *itemGroup);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A DItemGroup.qml35 id: itemGroup
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes549 Parameter { name: "itemGroup"; type: "QDeclarativeGeoMapItemGroup"; isPointer: true }
553 Parameter { name: "itemGroup"; type: "QDeclarativeGeoMapItemGroup"; isPointer: true }