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

Method moveStart

graph_view.cpp:908–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908void MyGraphicsLineItem::moveStart(MyGraphicsVexItem *start){
909 delArrow();
910 startVex = start;
911 refrshLine();
912}
913
914void MyGraphicsLineItem::moveEnd(MyGraphicsVexItem *end){
915 delArrow();

Callers 1

moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected