| 147 | void testSelectFoundUsedBy() { selectFoundRefs(assetUsedBy); } |
| 148 | int testFindRef(const std::string& name) const { return findRefInFiltered(name); } |
| 149 | void testNavigateTo(int idx) |
| 150 | { |
| 151 | selectedIndices.clear(); |
| 152 | selectedIndices.insert(idx); |
| 153 | selectFileAt(idx); |
| 154 | } |
| 155 | void testSetGridDetail(int idx) |
| 156 | { |
| 157 | if (idx >= 0 && idx < (int)filteredFiles.size()) |