Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
914
void MyGraphicsLineItem::moveEnd(MyGraphicsVexItem *end){
915
delArrow();
916
endVex = end;
917
refrshLine();
918
}
919
920
void MyGraphicsLineItem::setText(const QString &_text){
921
text = _text;
Callers
1
move
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected