MCPcopy 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
925void MyGraphicsLineItem::setDirection(bool hasDir){
926 hasDirection = hasDir;
927 refrshLine();
928}
929
930void MyGraphicsLineItem::hoverInEffect(){
931 curPen.setWidth(lineWidth + 1);

Callers 1

ConvertTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected