Searched refs:shapeId (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libavoid/
H A Drouter.h324 void attachedConns(IntList &conns, const unsigned int shapeId,
326 void attachedShapes(IntList &shapes, const unsigned int shapeId,
H A Drouter.cpp681 // 'type' attached to the shape with the ID 'shapeId'.
682 void Router::attachedConns(IntList &conns, const unsigned int shapeId, argument
688 if ((type & runningTo) && ((*i)->_dstId == shapeId))
692 else if ((type & runningFrom) && ((*i)->_srcId == shapeId))
701 // shape with the ID 'shapeId' with connection type 'type'.
702 void Router::attachedShapes(IntList &shapes, const unsigned int shapeId, argument
708 if ((type & runningTo) && ((*i)->_dstId == shapeId))
716 else if ((type & runningFrom) && ((*i)->_srcId == shapeId))
/inkscape/src/
H A Dconn-avoid-ref.cpp147 GQuark shapeId = g_quark_from_string(item->getId()); local
148 item->document->router->attachedShapes(shapes, shapeId, type);
171 GQuark shapeId = g_quark_from_string(item->getId()); local
172 item->document->router->attachedConns(conns, shapeId, type);

Completed in 34 milliseconds