Lines Matching defs:selected
214 // scroll to the selected row
304 EventLog::const_iterator selected = _event_list_selection->get_selected();
306 /* If no event is selected in the view, find the right one and select it. This happens whenever
309 if (!selected) {
339 if ( !selected->children().empty() &&
340 !_event_list_view.row_expanded(_event_list_store->get_path(selected)) )
342 selected = selected->children().end();
343 --selected;
346 // An event before the current one has been selected. Undo to the selected event.
347 if ( _event_list_store->get_path(selected) <
352 while ( selected != last_selected ) {
373 } else { // An event after the current one has been selected. Redo to the selected event.
377 while ( selected != last_selected ) {
399 _event_log->setCurrEvent(selected);