| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesupportedcategoriesmodel.cpp | 220 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 D | qdeclarativesupportedcategoriesmodel_p.h | 74 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 D | qdeclarativecategory.cpp | 347 void QDeclarativeCategory::save(const QString &parentId) in save() argument 353 m_reply = placeManager->saveCategory(category(), parentId); in save()
|
| H A D | qdeclarativecategory_p.h | 122 Q_INVOKABLE void save(const QString &parentId = QString());
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacemanager.h | 83 … 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 D | qplacemanager.cpp | 263 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 D | qplacemanagerengine.cpp | 207 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 D | qplacemanagerengine.h | 73 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 D | jquery.treetable.js | 15 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 D | qplacemanagerengine_test.h | 256 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 D | qplacemanagerengine_nokiav2.h | 56 QString parentId; member 85 QPlaceIdReply *saveCategory(const QPlaceCategory &category, const QString &parentId) override; 92 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
|
| H A D | qplacemanagerengine_nokiav2.cpp | 112 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 D | generate_clip_ids.cpp | 57 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 D | placemanager_utils.h | 105 const QString &parentId, 188 const QString &parentId, 191 return doSaveCategory(placeManager, category, parentId,
|
| H A D | placemanager_utils.cpp | 187 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 D | qplacemanagerenginemapbox.cpp | 287 QList<QPlaceCategory> QPlaceManagerEngineMapbox::childCategories(const QString &parentId) const in childCategories() 290 if (parentId.isEmpty()) in childCategories()
|
| H A D | qplacemanagerenginemapbox.h | 67 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qplacemanagerengineosm.h | 68 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
|
| H A D | qplacemanagerengineosm.cpp | 239 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 D | placemanagerengine_esri.h | 67 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
|
| H A D | placemanagerengine_esri.cpp | 234 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 D | plugins.qmltypes | 318 Parameter { name: "parentId"; type: "string" }
|