| 561 | } |
| 562 | |
| 563 | void TOPPASScene::updateEdgeColors() |
| 564 | { |
| 565 | foreach(TOPPASEdge* edge, edges_) |
| 566 | { |
| 567 | edge->updateColor(); |
| 568 | } |
| 569 | update(sceneRect()); |
| 570 | } |
| 571 | |
| 572 | bool TOPPASScene::dfsVisit_(TOPPASVertex* vertex) |
| 573 | { |
no outgoing calls
no test coverage detected