GiContext* context() { if (randomProp) { RandomParam().setShapeProp(view->m_shapes->context()); } return view->m_shapes->context(); }
int GiCoreView::addShapesForTest() { int n = RandomParam().addShapes(impl->shapes()); impl->regenAll(); return n; }