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

Method addLog

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

Source from the content-addressed store, hash-verified

155 void startLine(MyGraphicsVexItem* startVex);
156 void setMenu(QGraphicsItem *target, bool display = true);
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected