Searched refs:structures (Results 1 – 5 of 5) sorted by relevance
89 fun storeFavorites(structures: List<StructureInfo>) {90 if (structures.isEmpty() && !file.exists()) {114 structures.forEach { s ->
626 fun load(structures: List<StructureInfo>) {627 favMap = structures.groupBy { it.componentName }665 val structures = structureToControls.map { (s, cs) -> StructureInfo(componentName, s, cs) } regex668 newFavMap.put(componentName, structures)701 val structures = mutableListOf<StructureInfo>() regex712 structures.add(newStructure)717 structures.add(updatedStructure)720 newFavMap.put(componentName, structures)
66 fun getPreferredSelectedItem(structures: List<StructureInfo>): SelectedItem
400 val (panels, structures) = items.partition { it.isPanel }403 val itemsByComponent = structures.associateBy { it.componentName }703 override fun getPreferredSelectedItem(structures: List<StructureInfo>): SelectedItem {709 if (structures.isEmpty()) return SelectedItem.EMPTY_SELECTION710 SelectedItem.StructureItem(structures.firstOrNull {712 } ?: structures[0])
82 * Report data structures for the incident reports.