Searched refs:childCount (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/
H A Ddocument-subset.h32 unsigned childCount(SPObject *obj) const;
H A Dprofile-manager.cpp75 unsigned int howMany = childCount(NULL);
H A Ddocument-subset.cpp371 unsigned DocumentSubset::childCount(SPObject *obj) const { function in class:Inkscape::DocumentSubset
H A Dfilter-chemistry.cpp486 if (repr->childCount() == 0) {
H A Dsp-flowtext.cpp511 if (line_tspan->childCount() == 0) {
H A Dtext-editing.cpp588 while (from_repr->childCount()) {
1717 while (child->getRepr()->childCount()) {
/inkscape/src/xml/
H A Dnode.h123 virtual unsigned childCount() const=0;
H A Dsimple-node.h71 unsigned childCount() const { return _child_count; } function in class:Inkscape::XML::SimpleNode
/inkscape/src/ui/
H A Dpreviewholder.cpp174 int childCount = (int)kids.size(); local
175 // g_message(" %3d resize from %d to %d (r:%d, c:%d) with %d children", i, oldWidth, width, row, col, childCount );
178 for ( int j = 1; j < childCount; j++ ) {
179 Gtk::Widget* target = kids[childCount - (j + 1)];
/inkscape/src/ui/dialog/
H A Dlayer-properties.cpp275 unsigned int counter = _desktop->layer_manager->childCount(layer);
H A Dlayers.cpp403 unsigned int counter = _desktop->layer_manager->childCount(layer);
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp495 while( node && node->childCount() == 1 && up_walk < 3 ) {

Completed in 3336 milliseconds