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

Method setMenu

graph_view.cpp:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void MyGraphicsView::setMenu(QGraphicsItem *target, bool display){
329 if(display){
330 itemState |= SEL;
331 selItem = target;
332 }
333}
334
335void MyGraphicsView::addAnimation(QTimeLine *ani){
336 aniQueue.push_back(ani);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected