Searched refs:undokey (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/widget/
H A Dselected-style.cpp1257 undokey("ssrot1"),
1383 DocumentUndo::maybeDone(parent->getDesktop()->getDocument(), undokey,
1389 DocumentUndo::maybeDone(parent->getDesktop()->getDocument(), undokey,
1395 DocumentUndo::maybeDone(parent->getDesktop()->getDocument(), undokey,
1401 DocumentUndo::maybeDone(parent->getDesktop()->getDocument(), undokey,
1438 DocumentUndo::maybeDone(parent->getDesktop()->getDocument(), undokey,
1441 DocumentUndo::maybeDone(parent->getDesktop()->getDocument(), undokey,
1445 DocumentUndo::maybeDone(parent->getDesktop()->getDocument(), undokey,
1449 DocumentUndo::maybeDone(parent->getDesktop()->getDocument(), undokey,
1453 if (!strcmp(undokey, "ssrot
[all...]
H A Dselected-style.h93 gchar const *undokey; member in class:Inkscape::UI::Widget::RotateableSwatch
116 gchar const *undokey; member in class:Inkscape::UI::Widget::RotateableStrokeWidth
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.cpp136 Glib::ustring undokey = "svgfonts:"; local
137 undokey += name;
138 DocumentUndo::maybeDone(o->document, undokey.c_str(), SP_VERB_DIALOG_SVG_FONTS,
188 Glib::ustring undokey = "svgfonts:hkern:k:"; local
189 undokey += this->kerning_pair->u1->attribute_string();
190 undokey += ":";
191 undokey += this->kerning_pair->u2->attribute_string();
197 DocumentUndo::maybeDone(document, undokey.c_str(), SP_VERB_DIALOG_SVG_FONTS, _("Adjust kerning value"));
H A Dfilter-effects-dialog.cpp3116 Glib::ustring undokey = "filtereffects:"; local
3117 undokey += name;
3118 DocumentUndo::maybeDone(filter->document, undokey.c_str(), SP_VERB_DIALOG_FILTER_EFFECTS,

Completed in 44 milliseconds