Searched refs:undokey (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | selected-style.cpp | 1257 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 D | selected-style.h | 93 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 D | svg-fonts-dialog.cpp | 136 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 D | filter-effects-dialog.cpp | 3116 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