MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / addToScene

Method addToScene

cp-profiler/src/cpprofiler/analysis/pattern_rect.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void PatternRect::addToScene()
44{
45 m_hist_scene.scene()->addItem(&visible_rect);
46 m_hist_scene.scene()->addItem(this);
47}
48
49} // namespace analysis
50} // namespace cpprofiler

Callers 1

addRectFunction · 0.80

Calls 1

sceneMethod · 0.80

Tested by

no test coverage detected