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

/inkscape/src/
H A Dverbs.cpp163 class SelectionVerb : public Verb { class in namespace:Inkscape
170 SelectionVerb(unsigned int const code, function in class:Inkscape::SelectionVerb
177 }; // SelectionVerb class
443 * Create an action for a \c SelectionVerb.
450 SPAction *SelectionVerb::make_action(Inkscape::ActionContext const & context)
1104 void SelectionVerb::perform(SPAction *action, void *data)
2553 new SelectionVerb(SP_VERB_SELECTION_TO_FRONT, "SelectionToFront", N_("Raise to _Top"),
2555 new SelectionVerb(SP_VERB_SELECTION_TO_BACK, "SelectionToBack", N_("Lower to _Bottom"),
2557 new SelectionVerb(SP_VERB_SELECTION_RAISE, "SelectionRaise", N_("_Raise"),
2559 new SelectionVerb(SP_VERB_SELECTION_LOWE
[all...]

Completed in 22 milliseconds