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

/inkscape/src/
H A Devent-log.cpp368 Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->sensitive(_document, true);
370 Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->name(_document, String::ucompose("%1: %2",
374 Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->name(_document, _("_Undo"));
375 Inkscape::Verb::get(SP_VERB_EDIT_UNDO)->sensitive(_document, false);
H A Dverbs.h66 SP_VERB_EDIT_UNDO, enumerator in enum:__anon153
H A Dverbs.cpp956 case SP_VERB_EDIT_UNDO:
2460 new EditVerb(SP_VERB_EDIT_UNDO, "EditUndo", N_("_Undo"), N_("Undo last action"),
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp1032 return dbus_call_verb (doc_interface, SP_VERB_EDIT_UNDO, error);
/inkscape/src/ui/tools/
H A Dpen-tool.cpp1075 if (vcode == SP_VERB_EDIT_UNDO)
/inkscape/src/widgets/
H A Dtoolbox.cpp926 SP_VERB_EDIT_UNDO,
/inkscape/src/ui/
H A Dinterface.cpp1479 AppendItemFromVerb(Inkscape::Verb::get(SP_VERB_EDIT_UNDO));

Completed in 1251 milliseconds