Searched defs:callback_connections (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Devent-log.cpp33 DialogConnection(Gtk::TreeView *event_list_view, Inkscape::EventLog::CallbackMap *callback_connections) : argument
35 _callback_connections(callback_connections),
91 Inkscape::EventLog::CallbackMap *callback_connections,
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, CallbackMap *callback_connections) argument
90 addDialogConnection(Gtk::TreeView *event_list_view, Inkscape::EventLog::CallbackMap *callback_connections, Glib::RefPtr<Gtk::TreeStore> event_list_store, Inkscape::EventLog::iterator &curr_event) argument
[all...]

Completed in 70 milliseconds