Searched defs:TutorialVerb (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | verbs.cpp | 316 class TutorialVerb : public Verb { class in namespace:Inkscape 323 TutorialVerb(unsigned int const code, function in class:Inkscape::TutorialVerb 330 }; // TutorialVerb class 547 * Create an action for a \c TutorialVerb. 554 SPAction *TutorialVerb::make_action(Inkscape::ActionContext const & context) 2167 void TutorialVerb::perform(SPAction *action, void *data) 2973 new TutorialVerb(SP_VERB_TUTORIAL_BASIC, "TutorialsBasic", N_("Inkscape: _Basic"), 2975 new TutorialVerb(SP_VERB_TUTORIAL_SHAPES, "TutorialsShapes", N_("Inkscape: _Shapes"), 2977 new TutorialVerb(SP_VERB_TUTORIAL_ADVANCED, "TutorialsAdvanced", N_("Inkscape: _Advanced"), 2982 new TutorialVerb(SP_VERB_TUTORIAL_TRACIN [all...] |
Completed in 51 milliseconds