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

Method startAnimation

graph_view.cpp:435–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435void MyGraphicsVexItem::startAnimation(){
436 if(curAnimation != nullptr){
437 curAnimation->start();
438 }
439}
440
441void MyGraphicsVexItem::stopAnimation(){
442 if(curAnimation != nullptr){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected