Lines Matching refs:region_attributes
1462 colour = self.attrs.region_attributes[last.hregion.key].colour
1922 def __init__(self, collection, region_attributes, parent=None): argument
1925 self.region_attributes = region_attributes
1957 return self.region_attributes[child.key].colour
1963 return self.region_attributes[child.key].colour
1996 def __init__(self, collection, region_attributes, parent=None): argument
1999 self.data_model = SwitchGraphLegendModel(collection, region_attributes)
2080 def __init__(self, scale, subrange, region_attributes, dp): argument
2083 self.region_attributes = region_attributes
2205 region_attributes = {}
2208 region_attributes[hregion.key] = GraphRegionAttribute(QColor(0, 0, 0))
2210 region_attributes[hregion.key] = GraphRegionAttribute(colours[i])
2220 self.attrs = GraphAttributes(scale, subrange, region_attributes, collection.dp)
2231 self.legend = SwitchGraphLegend(collection, region_attributes)