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

Method changeCursor

graph_view.cpp:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void MyGraphicsView::changeCursor(){
177
178}
179
180MyGraphicsVexItem* MyGraphicsView::addVex(QPointF center, qreal radius){
181 MyGraphicsVexItem *newVex = new MyGraphicsVexItem(center, radius, vexID++);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected