MCPcopy Create free account
hub / github.com/LUX-Core/lux / updateLayout

Method updateLayout

src/qt/qcustomplot.cpp:3782–3784  ·  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

3780 \see update
3781*/
3782void QCPLayout::updateLayout()
3783{
3784}
3785
3786
3787/*! \internal

Callers

nothing calls this directly

Calls 10

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

Tested by

no test coverage detected