| 157 | void addLog(viewLog *log){emit logAdded(log);} |
| 158 | void vexRemoved(MyGraphicsVexItem* vex){vexes.erase(vexes.begin() + vexes.indexOf(vex));vexNum--;} |
| 159 | void arcRemoved(MyGraphicsLineItem* line){lines.erase(lines.begin() + lines.indexOf(line));arcNum--;} |
| 160 | |
| 161 | void addAnimation(QTimeLine *ani); |
| 162 |
nothing calls this directly
no outgoing calls
no test coverage detected