Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp174 return node->childIds.count(); in rowCount()
202 if (row > node->childIds.count()) in index()
205 QString id = node->childIds.at(row); in index()
387 parentNode->childIds.insert(rowToBeAdded,category.categoryId()); in addedCategory()
426 int oldRow = newParentNode->childIds.indexOf(categoryId); in updatedCategory()
429 if (qAbs(rowToBeAdded - newParentNode->childIds.indexOf(categoryId)) > 1) { in updatedCategory()
434 newParentNode->childIds.removeAll(categoryId); in updatedCategory()
435 newParentNode->childIds.insert(rowToBeAdded, categoryId); in updatedCategory()
450 beginMoveRows(oldParentIndex, oldParentNode->childIds.indexOf(categoryId), in updatedCategory()
451 oldParentNode->childIds.indexOf(categoryId), newParentIndex, rowToBeAdded); in updatedCategory()
[all …]
H A Dqdeclarativesupportedcategoriesmodel_p.h75 QStringList childIds; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp188 node.childIds.append(childId); in processCategory()
615 parent.childIds.append(subCategoryId); in initializeCategories()
624 rootNode.childIds.append(id); in initializeCategories()
662 return m_categoryTree.value(categoryId).childIds; in childCategoryIds()
673 foreach (const QString &childId, m_categoryTree.value(parentId).childIds) in childCategories()
805 rootNode.childIds.removeAll(categoryId); in categoryReplyFinished()
H A Dqplacemanagerengine_nokiav2.h57 QStringList childIds; member