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

Method moveEnd

graph_view.cpp:914–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914void MyGraphicsLineItem::moveEnd(MyGraphicsVexItem *end){
915 delArrow();
916 endVex = end;
917 refrshLine();
918}
919
920void MyGraphicsLineItem::setText(const QString &_text){
921 text = _text;

Callers 1

moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected