Searched refs:childId (Results 1 – 2 of 2) sorted by relevance
50 auto& childId = it->first; in getClipIDs() local58 if (childId.isChildOf(parentId)) { in getClipIDs()
186 QString childId = children.at(i).toString(); in processCategory() local187 if (!m_tree.contains(childId)) { in processCategory()188 node.childIds.append(childId); in processCategory()189 processCategory(level + 1, childId, id); in processCategory()673 foreach (const QString &childId, m_categoryTree.value(parentId).childIds) in childCategories()674 results.append(m_categoryTree.value(childId).category); in childCategories()