Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linloir/GraphBuilder
/ setDirection
Method
setDirection
graph_view.cpp:925–928 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
923
}
924
925
void MyGraphicsLineItem::setDirection(bool hasDir){
926
hasDirection = hasDir;
927
refrshLine();
928
}
929
930
void MyGraphicsLineItem::hoverInEffect(){
931
curPen.setWidth(lineWidth + 1);
Callers
1
ConvertType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected