Searched refs:fillet (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.h53 void fillet();
H A Dlpe-fillet-chamfer.cpp16 #include "live_effects/lpe-fillet-chamfer.h"
165 Gtk::Button *fillet = Gtk::manage(new Gtk::Button(Glib::ustring(_("Fillet")))); local
166 fillet->signal_clicked().connect(sigc::mem_fun(*this, &LPEFilletChamfer::fillet));
168 filletContainer->pack_start(*fillet, true, true, 2);
169 Gtk::Button *inverseFillet = Gtk::manage(new Gtk::Button(Glib::ustring(_("Inverse fillet"))));
243 void LPEFilletChamfer::fillet() function in class:Inkscape::LivePathEffect::LPEFilletChamfer
247 DocumentUndo::done(getSPDoc(), SP_VERB_DIALOG_LIVE_PATH_EFFECT, _("Convert to fillet"));
254 DocumentUndo::done(getSPDoc(), SP_VERB_DIALOG_LIVE_PATH_EFFECT, _("Convert to inverse fillet"));
278 DocumentUndo::done(getSPDoc(), SP_VERB_DIALOG_LIVE_PATH_EFFECT, _("Convert to inverse fillet"));
[all...]

Completed in 230 milliseconds