Searched refs:_doneWithCleanup (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.h110 void _doneWithCleanup(gchar const *reason, bool alert_LPE = false);
H A Dmulti-path-manipulator.cpp417 _doneWithCleanup(_("Join nodes"), true);
431 _doneWithCleanup(_("Delete nodes"), true);
458 _doneWithCleanup("Join segments", true);
465 _doneWithCleanup("Delete segments", true);
848 void MultiPathManipulator::_doneWithCleanup(gchar const *reason, bool alert_LPE) { function in class:Inkscape::UI::MultiPathManipulator
H A Dpath-manipulator.cpp1555 _multi_path_manipulator._doneWithCleanup(_("Delete node"));

Completed in 22 milliseconds