Lines Matching refs:children
207 _curr_event == _curr_event->parent()->children().begin() )
216 if ( !_curr_event->children().empty() ) {
223 if (!_curr_event->children().empty()) {
225 _curr_event = _curr_event->children().end();
252 if ( !_curr_event->children().empty() ) {
256 _curr_event = _curr_event->children().begin();
264 _curr_event == _curr_event->parent()->children().end() )
305 curr_row = *(_event_list_store->append(_curr_event_parent->children()));
306 (*_curr_event_parent)[_columns.child_count] = _curr_event_parent->children().size() + 1;
398 if( _curr_event != _event_list_store->children().begin() )
410 if ( !_curr_event->children().empty() )
411 redo_event = _curr_event->children().begin();
417 redo_event == redo_event->parent()->children().end() ) {
443 if ( !_last_event->children().empty() ) {
444 _last_event = _last_event->children().begin();
449 while ( _last_event != _event_list_store->children().end() ) {
452 while ( _last_event != _last_event->parent()->children().end() ) {
457 (*_last_event)[_columns.child_count] = _last_event->children().size() + 1;