Searched refs:_srcVert (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Dconnector.cpp181 _srcVert(NULL),
207 _srcVert(NULL),
218 _srcVert = new VertInf(_router, VertID(_id, isShape, 1), src.point());
219 _srcVert->visDirections = src.directions();
236 if (_srcVert)
238 _router->vertices.removeVertex(_srcVert);
239 delete _srcVert;
240 _srcVert = NULL;
294 if (_srcVert)
296 _srcVert
[all...]
H A Dconnector.h332 VertInf *_srcVert; member in class:Avoid::ConnRef

Completed in 62 milliseconds