void StdLayoutImpl::update(WLayoutItem *item) { WContainerWidget *c = container(); if (c) c->layoutChanged(); }
void FlexLayoutImpl::update() { WContainerWidget *c = container(); if (c) c->layoutChanged(false); }
void StdGridLayoutImpl2::update(WLayoutItem *item) { WContainerWidget *c = container(); if (c) c->layoutChanged(false, false); needConfigUpdate_ = true; }