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

Method addAnimation

graph_view.cpp:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void MyGraphicsView::addAnimation(QTimeLine *ani){
336 aniQueue.push_back(ani);
337 if(!onAni){
338 onAni = true;
339 nextAni();
340 }
341}
342
343/*****************************************************************************/
344unsigned int MyGraphicsVexItem::internalID = 0;

Callers 9

enterEventMethod · 0.80
leaveEventMethod · 0.80
SelectMethod · 0.80
enterEditEffectMethod · 0.80
leaveEditEffectMethod · 0.80
AddWidgetMethod · 0.80
RemoveWidgetMethod · 0.80
slideInMethod · 0.80
slideOutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected