Searched refs:SP_VERB_CONTEXT_RECT (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ |
H A D | knotholder.cpp | 144 object_verb = SP_VERB_CONTEXT_RECT; 238 object_verb = SP_VERB_CONTEXT_RECT;
|
H A D | verbs.h | 196 SP_VERB_CONTEXT_RECT, enumerator in enum:__anon153
|
H A D | verbs.cpp | 1647 case SP_VERB_CONTEXT_RECT: 2739 new ContextVerb(SP_VERB_CONTEXT_RECT, "ToolRect", NC_("ContextVerb", "Rectangle"),
|
/inkscape/src/ui/tools/ |
H A D | rect-tool.cpp | 470 DocumentUndo::done(this->desktop->getDocument(), SP_VERB_CONTEXT_RECT, _("Create rectangle"));
|
/inkscape/src/widgets/ |
H A D | rect-toolbar.cpp | 124 DocumentUndo::done(desktop->getDocument(), SP_VERB_CONTEXT_RECT,
|
H A D | toolbox.cpp | 150 { "/tools/shapes/rect", "rect_tool", SP_VERB_CONTEXT_RECT, SP_VERB_CONTEXT_RECT_PREFS },
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 1065 Inkscape::DocumentUndo::done(doc_interface->target.getDocument(), SP_VERB_CONTEXT_RECT, "Multiple actions"); 1080 //Inkscape::DocumentUndo::done(doc, SP_VERB_CONTEXT_RECT, "Multiple actions");
|
Completed in 48 milliseconds