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

Method delArrow

graph_view.cpp:865–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863}
864
865void MyGraphicsLineItem::delArrow(){
866 if(arrow != nullptr){
867 this->scene()->removeItem(arrow);
868 arrow = nullptr;
869 }
870}
871
872void MyGraphicsLineItem::setLengthRate(qreal r){
873 sP = startVex->scenePos() + startVex->rect().center();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected