Searched refs:_id (Results 1 - 14 of 14) sorted by relevance
/inkscape/src/libavoid/ |
H A D | viscluster.cpp | 39 _id = router->assignId(id); 78 return _id;
|
H A D | viscluster.h | 55 unsigned int _id; member in class:Avoid::ClusterRef
|
H A D | shape.h | 111 unsigned int _id; member in class:Avoid::ShapeRef
|
H A D | geomtypes.h | 240 int _id; member in class:Avoid::Polygon 283 int _id; member in class:Avoid::ReferencingPolygon
|
H A D | geomtypes.cpp | 103 _id(poly._id), 153 return _id; 219 _id(poly.id()), 250 return _id; 445 curved._id = _id;
|
H A D | shape.cpp | 45 _id = router->assignId(id); 48 VertID i = VertID(_id, isShape, 0); 192 return _id;
|
H A D | connector.cpp | 189 _id = router->assignId(id); 214 _id = router->assignId(id); 218 _srcVert = new VertInf(_router, VertID(_id, isShape, 1), src.point()); 220 _dstVert = new VertInf(_router, VertID(_id, isShape, 2), dst.point()); 296 _srcVert->Reset(VertID(_id, isShape, type), point); 300 _srcVert = new VertInf(_router, VertID(_id, isShape, type), point); 311 _dstVert->Reset(VertID(_id, isShape, type), point); 315 _dstVert = new VertInf(_router, VertID(_id, isShape, type), point); 517 return _id; 877 path[j].id = _id; [all...] |
H A D | connector.h | 320 unsigned int _id; member in class:Avoid::ConnRef
|
H A D | router.cpp | 690 conns.push_back((*i)->_id); 694 conns.push_back((*i)->_id); 1241 conn->_id, estdist, conndist);
|
/inkscape/packaging/wix/ |
H A D | files.py | 28 _id = '_%06d' % (len(file_ids.keys()) + 1) 29 file_ids[file_key] = 'component' + _id 30 wxs.write(indent(level)+ "<Component Id='component" + _id + "' Guid='" + str(uuid.uuid4()) + "' DiskId='1' Win64='$(var.Win64)'>\n") 33 _id = '_inkscape_exe' 34 wxs.write(indent(level + 1)+ "<File Id='file" + _id + "' Name='" + file + "' DiskId='1' Source='" + file_key + "' KeyPath='yes' />\n")
|
/inkscape/src/ |
H A D | verbs.h | 425 char const * _id; member in class:Inkscape::Verb 478 char const * get_id (void) { return _id; } 524 * @param id Goes to \c _id. 536 _id(id), 547 _verb_ids.insert(VerbIDTable::value_type(_id, this));
|
H A D | verbs.cpp | 366 _id(id), 381 _verb_ids.insert(VerbIDTable::value_type(_id, this)); 592 action = sp_action_new(context, _id, _(_name),
|
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.h | 180 Glib::ustring _id; member in class:Inkscape::UI::Dialog::Action
|
H A D | align-and-distribute.cpp | 71 _id(id), 74 Gtk::Widget* pIcon = Gtk::manage( sp_icon_get_icon( _id, Inkscape::ICON_SIZE_LARGE_TOOLBAR) );
|
Completed in 1308 milliseconds