Searched defs:event_list_view (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | event-log.cpp | 33 DialogConnection(Gtk::TreeView *event_list_view, Inkscape::EventLog::CallbackMap *callback_connections) : argument 34 _event_list_view(event_list_view), 90 void addDialogConnection(Gtk::TreeView *event_list_view, argument 95 if (std::find_if(_connections.begin(), _connections.end(), ConnectionMatcher(event_list_view, callback_connections)) != _connections.end()) { 100 DialogConnection dlg(event_list_view, callback_connections); 116 void removeDialogConnection(Gtk::TreeView *event_list_view, Inkscape::EventLog::CallbackMap *callback_connections) argument 118 std::vector<DialogConnection>::iterator it = std::find_if(_connections.begin(), _connections.end(), ConnectionMatcher(event_list_view, callback_connections)); 352 void EventLog::addDialogConnection(Gtk::TreeView *event_list_view, CallbackMap *callback_connections) argument 354 _priv->addDialogConnection(event_list_view, callback_connections, _event_list_store, _curr_event); 357 void EventLog::removeDialogConnection(Gtk::TreeView *event_list_view, CallbackMa argument [all...] |
Completed in 337 milliseconds