Searched refs:event_description (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | document-undo.h | 40 static void done(SPDocument *document, unsigned int event_type, Glib::ustring const &event_description); 42 static void maybeDone(SPDocument *document, const gchar *keyconst, unsigned int event_type, Glib::ustring const &event_description);
|
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 860 milliseconds