Searched refs:senior (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dobject-hierarchy.cpp58 void ObjectHierarchy::_addTop(SPObject *senior, SPObject *junior) { argument
60 assert(senior != NULL);
66 } while ( object != senior );
130 void ObjectHierarchy::_addBottom(SPObject *senior, SPObject *junior) { argument
132 assert(senior != NULL);
134 if ( junior != senior ) {
135 _addBottom(senior, junior->parent);
H A Dobject-hierarchy.h97 * Add hierarchy from junior's parent to senior to this
100 void _addTop(SPObject *senior, SPObject *junior);
114 * Add hierarchy from senior to junior, in range (senior, junior], to this hierarchy's bottom.
116 void _addBottom(SPObject *senior, SPObject *junior);

Completed in 143 milliseconds