Searched defs:role (Results 1 - 3 of 3) sorted by relevance
| /inkscape/src/ui/tool/ |
| H A D | shape-record.h | 36 ShapeRole role; member in struct:Inkscape::UI::ShapeRecord
|
| H A D | multi-path-manipulator.cpp | 164 sr.role != sr_new.role) 169 if (sr.role != sr_new.role) { 170 //hold->setOutlineColor(_getOutlineColor(sr_new.role)); 185 r.edit_transform, _getOutlineColor(r.role, r.item), r.lpe_key)); 188 newpm->showOutline(_show_outline || r.role != SHAPE_ROLE_NORMAL); 512 i->second->showOutline(show || i->first.role != SHAPE_ROLE_NORMAL); 556 // i->second->setOutlineColor(_getOutlineColor(i->first.role)); 855 /** Get an outline color based on the shape's role (norma 856 _getOutlineColor(ShapeRole role, SPItem *item) argument [all...] |
| /inkscape/src/ui/tools/ |
| H A D | node-tool.cpp | 369 void gather_items(NodeTool *nt, SPItem *base, SPObject *obj, Inkscape::UI::ShapeRole role, argument 383 r.role = role; 385 } else if (role != SHAPE_ROLE_NORMAL && (SP_IS_GROUP(obj) || SP_IS_OBJECTGROUP(obj))) { 387 gather_items(nt, base, c, role, s); 395 r.role = role;
|
Completed in 1857 milliseconds