Searched defs:DialogVerb (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | verbs.cpp | 278 class DialogVerb : public Verb { class in namespace:Inkscape 285 DialogVerb(unsigned int const code, function in class:Inkscape::DialogVerb 292 }; // DialogVerb class 521 * Create an action for a \c DialogVerb. 528 SPAction *DialogVerb::make_action(Inkscape::ActionContext const & context) 2011 void DialogVerb::perform(SPAction *action, void *data) 2897 new DialogVerb(SP_VERB_DIALOG_DISPLAY, "DialogPreferences", N_("P_references..."), 2899 new DialogVerb(SP_VERB_DIALOG_NAMEDVIEW, "DialogDocumentProperties", N_("_Document Properties..."), 2901 new DialogVerb(SP_VERB_DIALOG_METADATA, "DialogMetadata", N_("Document _Metadata..."), 2903 new DialogVerb(SP_VERB_DIALOG_FILL_STROK [all...] |
Completed in 45 milliseconds