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

/inkscape/src/
H A Devent-log.h58 Gtk::TreeModelColumn<int> child_count; member in struct:Inkscape::EventLog::EventModelColumns
62 add(event); add(type); add(description); add(child_count);
H A Devent-log.cpp306 (*_curr_event_parent)[_columns.child_count] = _curr_event_parent->children().size() + 1;
309 curr_row[_columns.child_count] = 1;
457 (*_last_event)[_columns.child_count] = _last_event->children().size() + 1;
/inkscape/src/ui/dialog/
H A Dundo-history.cpp180 children_column->add_attribute(children_renderer->property_number(), _columns->child_count);

Completed in 61 milliseconds