Home
last modified time | relevance | path

Searched refs:parentId (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp220 return index(childNode->parentId); in parent()
242 if (!m_categoriesTree.keys().contains(node->parentId)) in data()
245 return QVariant::fromValue(m_categoriesTree.value(node->parentId)->declCategory.data()); in data()
364 const QString &parentId) in addedCategory() argument
369 if (!m_categoriesTree.contains(parentId)) in addedCategory()
375 PlaceCategoryNode *parentNode = m_categoriesTree.value(parentId); in addedCategory()
380 QModelIndex parentIndex = index(parentId); in addedCategory()
383 categoryNode->parentId = parentId; in addedCategory()
400 const QString &parentId) in updatedCategory() argument
407 if (!m_categoriesTree.contains(parentId)) in updatedCategory()
[all …]
H A Dqdeclarativesupportedcategoriesmodel_p.h74 QString parentId;
140 void addedCategory(const QPlaceCategory &category, const QString &parentId);
141 void updatedCategory(const QPlaceCategory &category, const QString &parentId);
142 void removedCategory(const QString &categoryId, const QString &parentId);
H A Dqdeclarativecategory.cpp347 void QDeclarativeCategory::save(const QString &parentId) in save() argument
353 m_reply = placeManager->saveCategory(category(), parentId); in save()
H A Dqdeclarativecategory_p.h122 Q_INVOKABLE void save(const QString &parentId = QString());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.h83 … QPlaceIdReply *saveCategory(const QPlaceCategory &category, const QString &parentId = QString());
88 QStringList childCategoryIds(const QString &parentId = QString()) const;
91 QList<QPlaceCategory> childCategories(const QString &parentId = QString()) const;
109 void categoryAdded(const QPlaceCategory &category, const QString &parentId);
110 void categoryUpdated(const QPlaceCategory &category, const QString &parentId);
111 void categoryRemoved(const QString &categoryId, const QString &parentId);
H A Dqplacemanager.cpp263 QPlaceIdReply *QPlaceManager::saveCategory(const QPlaceCategory &category, const QString &parentId) in saveCategory() argument
265 return d->saveCategory(category, parentId); in saveCategory()
300 QStringList QPlaceManager::childCategoryIds(const QString &parentId) const in childCategoryIds()
302 return d->childCategoryIds(parentId); in childCategoryIds()
317 QList<QPlaceCategory> QPlaceManager::childCategories(const QString &parentId) const in childCategories()
319 return d->childCategories(parentId); in childCategories()
H A Dqplacemanagerengine.cpp207 const QString &parentId) in saveCategory() argument
210 Q_UNUSED(parentId); in saveCategory()
271 QList<QPlaceCategory> QPlaceManagerEngine::childCategories(const QString &parentId) const in childCategories()
273 Q_UNUSED(parentId); in childCategories()
H A Dqplacemanagerengine.h73 virtual QPlaceIdReply *saveCategory(const QPlaceCategory &category, const QString &parentId);
81 virtual QList<QPlaceCategory> childCategories(const QString &parentId) const;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js15 var parentId;
25 parentId = this.row.data(this.settings.parentIdAttr);
26 if (parentId != null && parentId !== "") {
27 this.parentId = parentId;
124 if (this.parentId != null) {
125 return this.tree[this.parentId];
164 if (this.parentId != null) {
171 if (this.parentId != null) {
172 this.tree[this.parentId].removeChild(this);
174 this.parentId = node.id;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h256 const QString parentId = c.value(QStringLiteral("parentId")).toString(); in QPlaceManagerEngineTest() local
257 m_childCategories[parentId].append(category.categoryId()); in QPlaceManagerEngineTest()
565 QPlaceIdReply *saveCategory(const QPlaceCategory &category, const QString &parentId) override in saveCategory() argument
570 (!parentId.isEmpty() && !m_categories.contains(parentId))) { in saveCategory()
575 QStringList children = m_childCategories.value(parentId); in saveCategory()
582 m_childCategories.insert(parentId, children); in saveCategory()
589 QStringList children = m_childCategories.value(parentId); in saveCategory()
592 m_childCategories.insert(parentId, children); in saveCategory()
652 QList<QPlaceCategory> childCategories(const QString &parentId) const override in childCategories() argument
656 foreach (const QString &id, m_childCategories.value(parentId)) in childCategories()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h56 QString parentId; member
85 QPlaceIdReply *saveCategory(const QPlaceCategory &category, const QString &parentId) override;
92 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
H A Dqplacemanagerengine_nokiav2.cpp112 const QString &parentId = QString());
158 void CategoryParser::processCategory(int level, const QString &id, const QString &parentId) in processCategory() argument
174 node.parentId = parentId; in processCategory()
557 … *QPlaceManagerEngineNokiaV2::saveCategory(const QPlaceCategory &category, const QString &parentId) in saveCategory() argument
559 Q_UNUSED(parentId); in saveCategory()
611 node.parentId = parentCategoryId; in initializeCategories()
657 return m_categoryTree.value(categoryId).parentId; in parentCategoryId()
670 QList<QPlaceCategory> QPlaceManagerEngineNokiaV2::childCategories(const QString &parentId) const in childCategories()
673 foreach (const QString &childId, m_categoryTree.value(parentId).childIds) in childCategories()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dgenerate_clip_ids.cpp57 auto& parentId = parentIt->first; in getClipIDs() local
58 if (childId.isChildOf(parentId)) { in getClipIDs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.h105 const QString &parentId,
188 const QString &parentId,
191 return doSaveCategory(placeManager, category, parentId,
H A Dplacemanager_utils.cpp187 const QString &parentId, in doSaveCategory() argument
191 QPlaceIdReply *idReply = manager->saveCategory(category, parentId); in doSaveCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacemanagerenginemapbox.cpp287 QList<QPlaceCategory> QPlaceManagerEngineMapbox::childCategories(const QString &parentId) const in childCategories()
290 if (parentId.isEmpty()) in childCategories()
H A Dqplacemanagerenginemapbox.h67 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacemanagerengineosm.h68 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
H A Dqplacemanagerengineosm.cpp239 QList<QPlaceCategory> QPlaceManagerEngineOsm::childCategories(const QString &parentId) const in childCategories()
242 foreach (const QString &id, m_subcategories.value(parentId)) in childCategories()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacemanagerengine_esri.h67 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
H A Dplacemanagerengine_esri.cpp234 QList<QPlaceCategory> PlaceManagerEngineEsri::childCategories(const QString &parentId) const in childCategories()
237 foreach (const QString &id, m_subcategories.value(parentId)) in childCategories()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes318 Parameter { name: "parentId"; type: "string" }