Searched refs:_event_list_selection (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dundo-history.cpp145 _event_list_selection(_event_list_view.get_selection()),
198 _event_list_selection->signal_changed().connect(sigc::mem_fun(*this, &Inkscape::UI::Dialog::UndoHistory::_onListSelectionChange));
265 _event_list_view.scroll_to_row(_event_list_store->get_path(_event_list_selection->get_selected()));
304 EventLog::const_iterator selected = _event_list_selection->get_selected();
325 _event_list_selection->select(curr_event_parent);
328 _event_list_selection->select(curr_event);
408 if ( iter == _event_list_selection->get_selected() ) {
409 _event_list_selection->select(_event_log->getCurrEvent());
432 _event_list_selection->select(curr_event_parent);
H A Dundo-history.h149 Glib::RefPtr<Gtk::TreeSelection> _event_list_selection; member in class:Inkscape::UI::Dialog::UndoHistory
/inkscape/src/
H A Devent-log.cpp36 _event_list_selection(_event_list_view->get_selection())
45 Glib::RefPtr<Gtk::TreeSelection> _event_list_selection; /// @todo remove this and use _event_list_view's call member in class:__anon41::DialogConnection
102 dlg._event_list_selection->set_mode(Gtk::SELECTION_SINGLE);
110 dlg._event_list_selection->select(curr_event);
151 it->_event_list_selection->select(path);

Completed in 229 milliseconds