Searched refs:ChildrenList (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/display/
H A Ddrawing-group.cpp78 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
83 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
97 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
102 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
120 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
128 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
H A Ddrawing-shape.cpp86 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
102 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
148 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
193 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
384 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
H A Ddrawing-item.h182 > ChildrenList; typedef in class:Inkscape::DrawingItem
183 ChildrenList _children;
H A Ddrawing-item.cpp160 ChildrenList::iterator ithis = _parent->_children.iterator_to(*this);
254 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
418 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
487 ChildrenList::iterator it = _parent->_children.iterator_to(*this);
490 ChildrenList::iterator i = _parent->_children.begin();
1008 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
1060 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
H A Ddrawing-text.cpp449 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
515 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
579 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {
663 for (ChildrenList::iterator i = _children.begin(); i != _children.end(); ++i) {

Completed in 1254 milliseconds