Searched refs:childIds (Results 1 – 4 of 4) sorted by relevance
174 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 …]
75 QStringList childIds; variable
188 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()
57 QStringList childIds; member