/inkscape/src/ui/ |
H A D | control-types.h | 22 CTRL_TYPE_UNKNOWN, enumerator in enum:Inkscape::ControlType
|
H A D | control-manager.cpp | 133 _typeTable[CTRL_TYPE_UNKNOWN] = SP_TYPE_CTRL; 146 _ctrlToShape[CTRL_TYPE_UNKNOWN] = SP_CTRL_SHAPE_DIAMOND; 166 _sizeTable[CTRL_TYPE_UNKNOWN] = std::vector<int>(sizes, sizes + (sizeof(sizes) / sizeof(sizes[0]))); 248 SPCtrlShapeType shape = _ctrlToShape[_ctrlToShape.count(type) ? type : CTRL_TYPE_UNKNOWN]; 261 case CTRL_TYPE_UNKNOWN:
|
/inkscape/src/live_effects/ |
H A D | lpe-angle_bisector.cpp | 85 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, 91 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | lpe-parallel.cpp | 102 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, 108 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | lpe-perp_bisector.cpp | 158 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, 164 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | lpe-tangent_to_curve.cpp | 102 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, 108 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, 114 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | lpe-bendpath.cpp | 178 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _("Change the width"), SP_KNOT_SHAPE_CIRCLE);
|
H A D | lpe-taperstroke.cpp | 447 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _("Start point of the taper"), SP_KNOT_SHAPE_CIRCLE); 451 f->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _("End point of the taper"), SP_KNOT_SHAPE_CIRCLE);
|
H A D | lpe-perspective_path.cpp | 252 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | lpe-patternalongpath.cpp | 285 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _("Change the width"), SP_KNOT_SHAPE_CIRCLE);
|
H A D | lpe-copy_rotate.cpp | 429 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, 435 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | lpe-mirror_symmetry.cpp | 334 c->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | lpe-knot.cpp | 625 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
/inkscape/src/ |
H A D | knot-holder-entity.h | 55 Inkscape::ControlType type = Inkscape::CTRL_TYPE_UNKNOWN,
|
/inkscape/src/live_effects/parameter/ |
H A D | vector.cpp | 194 origin_e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, handleTip(), ori_knot_shape, ori_knot_mode, ori_knot_color); 198 vector_e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, handleTip(), vec_knot_shape, vec_knot_mode, vec_knot_color);
|
H A D | transformedpoint.cpp | 165 vector_e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, handleTip(), vec_knot_shape, vec_knot_mode, vec_knot_color);
|
H A D | powerstrokepointarray.cpp | 238 e->create( this->desktop, this->item, parent_holder, Inkscape::CTRL_TYPE_UNKNOWN, 255 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
|
H A D | point.cpp | 210 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, handleTip(), knot_shape, knot_mode, knot_color);
|
H A D | filletchamferpointarray.cpp | 857 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _(tip),
|
/inkscape/src/ui/tool/ |
H A D | control-point.cpp | 567 if (_canvas_item->ctrlType != CTRL_TYPE_UNKNOWN) {
|
/inkscape/src/display/ |
H A D | sp-canvas.cpp | 217 item->ctrlType = Inkscape::CTRL_TYPE_UNKNOWN;
|