Searched defs:EditVerb (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dverbs.cpp144 class EditVerb : public Verb { class in namespace:Inkscape
151 EditVerb(unsigned int const code, function in class:Inkscape::EditVerb
158 }; // EditVerb class
429 * Create an action for a \c EditVerb.
436 SPAction *EditVerb::make_action(Inkscape::ActionContext const & context)
936 void EditVerb::perform(SPAction *action, void *data)
2460 new EditVerb(SP_VERB_EDIT_UNDO, "EditUndo", N_("_Undo"), N_("Undo last action"),
2462 new EditVerb(SP_VERB_EDIT_REDO, "EditRedo", N_("_Redo"),
2464 new EditVerb(SP_VERB_EDIT_CUT, "EditCut", N_("Cu_t"),
2466 new EditVerb(SP_VERB_EDIT_COP
[all...]

Completed in 278 milliseconds