! \internal Subclasses reimplement this method to update the position and sizes of the child elements/cells via calling their \ref QCPLayoutElement::setOuterRect. The default implementation does nothing. The geometry used as a reference is the inner \ref rect of this layout. Child elements should stay within that rect. \ref getSectionSizes may help with the reimplementation of t
| 3780 | \see update |
| 3781 | */ |
| 3782 | void QCPLayout::updateLayout() |
| 3783 | { |
| 3784 | } |
| 3785 | |
| 3786 | |
| 3787 | /*! \internal |
nothing calls this directly
no test coverage detected