Searched refs:SNAPTARGET_BBOX_EDGE_MIDPOINT (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dsnap-enums.h62 SNAPTARGET_BBOX_EDGE_MIDPOINT, enumerator in enum:Inkscape::SnapTargetType
H A Dsnap-preferences.cpp260 return SNAPTARGET_BBOX_EDGE_MIDPOINT;
H A Dobject-snapper.cpp186 if (_snapmanager->snapprefs.isTargetSnappable(SNAPTARGET_BBOX_CORNER, SNAPTARGET_BBOX_EDGE_MIDPOINT, SNAPTARGET_BBOX_MIDPOINT)) {
266 _snapmanager->snapprefs.isTargetSnappable(SNAPTARGET_BBOX_EDGE_MIDPOINT),
793 points->push_back(SnapCandidatePoint((bbox->corner(k) + bbox->corner((k+1) % 4))/2, SNAPSOURCE_BBOX_EDGE_MIDPOINT, -1, SNAPTARGET_BBOX_EDGE_MIDPOINT, *bbox));
H A Dsp-namedview.cpp489 this->snap_manager.snapprefs.setTargetSnappable(Inkscape::SNAPTARGET_BBOX_EDGE_MIDPOINT, value ? sp_str_to_bool(value) : FALSE);
H A Dseltrans.cpp325 bool emp = m.snapprefs.isTargetSnappable(SNAPTARGET_BBOX_EDGE_MIDPOINT);
/inkscape/src/display/
H A Dsnap-indicator.cpp147 case SNAPTARGET_BBOX_EDGE_MIDPOINT:
/inkscape/src/widgets/
H A Dtoolbox.cpp1672 v = nv->snap_manager.snapprefs.isSnapButtonEnabled(Inkscape::SNAPTARGET_BBOX_EDGE_MIDPOINT);
1983 gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act4b->gobj()), nv->snap_manager.snapprefs.isSnapButtonEnabled(SNAPTARGET_BBOX_EDGE_MIDPOINT));

Completed in 107 milliseconds