Searched refs:pParentShape (Results 1 – 1 of 1) sorted by relevance
251 void Diagram::addTo( const ShapePtr & pParentShape ) in addTo() argument271 pParentShape->addChild( pShape ); in addTo()274 OSL_TRACE( "Dgm: addTo() # of childs %d", pParentShape->getChildren().size() ); in addTo()275 for( std::vector< ShapePtr >::iterator iter = pParentShape->getChildren().begin(); in addTo()276 iter != pParentShape->getChildren().end(); ++iter) in addTo()
Completed in 6 milliseconds