Home
last modified time | relevance | path

Searched refs:SP_VERB_EDIT_REDO (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Devent-log.cpp384 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->sensitive(_document, true); in updateUndoVerbs()
385 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->name(_document, in updateUndoVerbs()
390 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->name(_document, _("_Redo")); in updateUndoVerbs()
391 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->sensitive(_document, false); in updateUndoVerbs()
H A Dverbs.h67 SP_VERB_EDIT_REDO, enumerator
H A Dverbs.cpp959 case SP_VERB_EDIT_REDO: in perform()
2383 new EditVerb(SP_VERB_EDIT_REDO, "EditRedo", N_("_Redo"), N_("Do again the last undone action"),
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/widgets/
H A Dtoolbox.cpp304 SP_VERB_EDIT_REDO, in create_or_fetch_actions()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Dcontextmenu.cpp85 AppendItemFromVerb(Inkscape::Verb::get(SP_VERB_EDIT_REDO), show_icons); in ContextMenu()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/dbus/
H A Ddocument-interface.cpp1035 return dbus_call_verb (doc_interface, SP_VERB_EDIT_REDO, error); in document_interface_redo()