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

Method deSelectEffect

graph_view.cpp:958–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958void MyGraphicsLineItem::deSelectEffect(){
959 curPen = defaultPen;
960 refrshLine();
961}
962
963void MyGraphicsLineItem::onMouseMove(QPointF position){
964 if(this->contains(position)){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected