! \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
| 3786 | \see update |
| 3787 | */ |
| 3788 | void QCPLayout::updateLayout() |
| 3789 | { |
| 3790 | } |
| 3791 | |
| 3792 | |
| 3793 | /*! \internal |
nothing calls this directly
no test coverage detected