Lines Matching defs:shapeRef
51 : shapeRef(NULL)
68 if (shapeRef && routerInstanceExists) {
69 // Deleting the shapeRef will remove it completely from
71 delete shapeRef;
73 shapeRef = NULL;
125 shapeRef = new Avoid::ShapeRef(router, poly, itemID);
127 router->addShape(shapeRef);
132 g_assert(shapeRef);
134 // Deleting the shapeRef will remove it completely from
136 delete shapeRef;
137 shapeRef = NULL;
342 (!initialised || SP_ITEM(child)->avoidRef->shapeRef)
359 Avoid::ShapeRef *shapeRef = moved_item->avoidRef->shapeRef;
360 g_assert(shapeRef);
365 router->moveShape(shapeRef, poly);