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

Method onSelectEffect

graph_view.cpp:953–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953void MyGraphicsLineItem::onSelectEffect(){
954 curPen.setColor(selColor);
955 refrshLine();
956}
957
958void MyGraphicsLineItem::deSelectEffect(){
959 curPen = defaultPen;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected