Lines Matching refs:guide
33 #include "sp-guide.h"
55 static void sp_namedview_show_single_guide(SPGuide* guide, bool show);
56 static void sp_namedview_lock_single_guide(SPGuide* guide, bool show);
226 this->readAttr( "inkscape:snap-from-guide" );
954 static void sp_namedview_show_single_guide(SPGuide* guide, bool show)
957 guide->showSPGuide();
959 guide->hideSPGuide();
963 static void sp_namedview_lock_single_guide(SPGuide* guide, bool locked)
965 guide->set_locked(locked, true);
1100 sp_repr_set_boolean(this->getRepr(), "inkscape:guide-bbox", v);
1179 SPGuide &guide = *(*it);
1180 Geom::Point point_on_line = guide.getPoint();
1182 guide.moveto(point_on_line, true);