Home
last modified time | relevance | path

Searched refs:m_categoryTree (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp657 return m_categoryTree.value(categoryId).parentId; in parentCategoryId()
662 return m_categoryTree.value(categoryId).childIds; in childCategoryIds()
667 return m_categoryTree.value(categoryId).category; in category()
673 foreach (const QString &childId, m_categoryTree.value(parentId).childIds) in childCategories()
674 results.append(m_categoryTree.value(childId).category); in childCategories()
814 m_categoryTree = m_tempTree; in categoryReplyFinished()
H A Dqplacemanagerengine_nokiav2.h118 QPlaceCategoryTree m_categoryTree; variable