MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / updateLayout

Method updateLayout

qcustomplot.cpp:3788–3790  ·  view source on GitHub ↗

! \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

Source from the content-addressed store, hash-verified

3786 \see update
3787*/
3788void QCPLayout::updateLayout()
3789{
3790}
3791
3792
3793/*! \internal

Callers

nothing calls this directly

Calls 9

rowCountFunction · 0.85
columnCountFunction · 0.85
rectFunction · 0.85
atMethod · 0.80
setOuterRectMethod · 0.80
setWidthMethod · 0.80
sizeMethod · 0.45
setSizeMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected