Searched refs:_commit (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/tool/
H A Dpath-manipulator.h136 void _commit(Glib::ustring const &annotation);
137 void _commit(Glib::ustring const &annotation, gchar const *key);
H A Dmulti-path-manipulator.h108 void _commit(CommitEvent cps);
H A Dpath-manipulator.cpp296 _commit(_("Add node"));
861 _commit(_("Scale handle"), key);
885 _commit(_("Rotate handle"), key);
1563 _commit(_("Cycle node type"));
1578 _commit(_("Drag handle"));
1587 _commit(_("Retract handle"));
1652 void PathManipulator::_commit(Glib::ustring const &annotation) function in class:Inkscape::UI::PathManipulator
1658 void PathManipulator::_commit(Glib::ustring const &annotation, gchar const *key) function in class:Inkscape::UI::PathManipulator
H A Dcurve-drag-point.cpp131 _pm._commit(_("Drag curve"));
H A Dmulti-path-manipulator.cpp124 sigc::mem_fun(*this, &MultiPathManipulator::_commit));
771 void MultiPathManipulator::_commit(CommitEvent cps) function in class:Inkscape::UI::MultiPathManipulator
H A Dnode.cpp297 _parent->_pm()._commit(_("Change node type"));

Completed in 29 milliseconds