Searched refs:m_categoryTree (Results 1 – 2 of 2) sorted by relevance
657 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()
118 QPlaceCategoryTree m_categoryTree; variable