data: parsing and saving method overrides

This change parses method overrides and saves them in the Storage with type EDGE_OVERRIDE.
This commit is contained in:
Eberhard Graether
2015-02-10 12:18:40 +01:00
parent 53eab0a517
commit 51c6675464
14 changed files with 195 additions and 52 deletions
@@ -446,6 +446,7 @@ void QtGraphEdge::updateLine()
color = QColor("#62B29D");
break;
case Edge::EDGE_INHERITANCE:
case Edge::EDGE_OVERRIDE:
color = QColor("#CC5E89");
break;
case Edge::EDGE_AGGREGATION: