| 520 | } |
| 521 | |
| 522 | void TOPPASVertex::outEdgeHasChanged() |
| 523 | { |
| 524 | // (overridden behavior in input and tool vertices) |
| 525 | qobject_cast<TOPPASScene*>(scene())->setChanged(true); |
| 526 | emit somethingHasChanged(); |
| 527 | } |
| 528 | |
| 529 | bool TOPPASVertex::isTopoSortMarked() const |
| 530 | { |
nothing calls this directly
no test coverage detected