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

Method startLine

graph_view.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void MyGraphicsView::startLine(MyGraphicsVexItem *startVex){
324 itemState = ADD | LINE;
325 strtVex = startVex;
326}
327
328void MyGraphicsView::setMenu(QGraphicsItem *target, bool display){
329 if(display){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected