Searched defs:event_type (Results 1 - 3 of 3) 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); 139 void Inkscape::DocumentUndo::maybeDone(SPDocument *doc, const gchar *key, const unsigned int event_type, argument 149 Inkscape::Debug::EventTracker<CommitEvent> tracker(doc, key, event_type); 169 Inkscape::Event *event = new Inkscape::Event(log, event_type, event_description);
|
| H A D | event-log.cpp | 296 const unsigned int event_type = log->type; local 301 if ( event_type == (*_curr_event)[_columns.type] ) { 324 curr_row[_columns.type] = event_type;
|
| /inkscape/src/ui/widget/ |
| H A D | registered-widget.h | 54 event_type = _event_type; 117 DocumentUndo::done(local_doc, event_type, event_description); 125 unsigned int event_type; member in class:Inkscape::UI::Widget::RegisteredWidget 135 event_type = -1;
|
Completed in 54 milliseconds