65 vector<Figure*>::iterator i =
children_.begin();
68 if ((*i)->location().x == 0) {
69 (*i)->setX(unknownSocketX);
75 if (
size_.GetHeight() > (*i)->bounds().GetHeight()) {
76 (*i)->setHeight(
size_.GetHeight());
79 (*i)->clearXSetFlag();
94 for (
unsigned int i = 0; i <
children_.size(); i++) {
101 int rightBound = maxX +
children_[maxIndex]->bounds().GetWidth() +