MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / arcRemoved

Method arcRemoved

graph_view.h:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected