Searched defs:event_description (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/ |
| H A D | document-undo.cpp | 97 void Inkscape::DocumentUndo::done(SPDocument *doc, const unsigned int event_type, Glib::ustring const &event_description) argument 99 maybeDone(doc, NULL, event_type, event_description); 140 Glib::ustring const &event_description) 169 Inkscape::Event *event = new Inkscape::Event(log, event_type, event_description); 139 maybeDone(SPDocument *doc, const gchar *key, const unsigned int event_type, Glib::ustring const &event_description) argument
|
| /inkscape/src/ui/widget/ |
| H A D | registered-widget.h | 55 event_description = _event_description; 117 DocumentUndo::done(local_doc, event_type, event_description); 126 Glib::ustring event_description; member in class:Inkscape::UI::Widget::RegisteredWidget
|
Completed in 24 milliseconds