Lines Matching refs:region_attributes
1465 colour = self.attrs.region_attributes[last.hregion.key].colour
1925 def __init__(self, collection, region_attributes, parent=None): argument
1928 self.region_attributes = region_attributes
1960 return self.region_attributes[child.key].colour
1966 return self.region_attributes[child.key].colour
1999 def __init__(self, collection, region_attributes, parent=None): argument
2002 self.data_model = SwitchGraphLegendModel(collection, region_attributes)
2083 def __init__(self, scale, subrange, region_attributes, dp): argument
2086 self.region_attributes = region_attributes
2208 region_attributes = {}
2211 region_attributes[hregion.key] = GraphRegionAttribute(QColor(0, 0, 0))
2213 region_attributes[hregion.key] = GraphRegionAttribute(colours[i])
2223 self.attrs = GraphAttributes(scale, subrange, region_attributes, collection.dp)
2234 self.legend = SwitchGraphLegend(collection, region_attributes)