Searched refs:SP_VERB_EDIT_UNDO (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ |
H A D | event-log.cpp | 368 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 D | verbs.h | 66 SP_VERB_EDIT_UNDO, enumerator in enum:__anon153
|
H A D | verbs.cpp | 956 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 D | document-interface.cpp | 1032 return dbus_call_verb (doc_interface, SP_VERB_EDIT_UNDO, error);
|
/inkscape/src/ui/tools/ |
H A D | pen-tool.cpp | 1075 if (vcode == SP_VERB_EDIT_UNDO)
|
/inkscape/src/widgets/ |
H A D | toolbox.cpp | 926 SP_VERB_EDIT_UNDO,
|
/inkscape/src/ui/ |
H A D | interface.cpp | 1479 AppendItemFromVerb(Inkscape::Verb::get(SP_VERB_EDIT_UNDO));
|
Completed in 1251 milliseconds