MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / layoutChanged

Method layoutChanged

3rdparty/qcustomplot/qcustomplot.cpp:3584–3586  ·  view source on GitHub ↗

! \internal This virtual method is called when this layout element was moved to a different QCPLayout, or when this layout element has changed its logical position (e.g. row and/or column) within the same QCPLayout. Subclasses may use this to react accordingly. Since this method is called after the completion of the move, you can access the new parent layout via \ref layout().

Source from the content-addressed store, hash-verified

3582 The default implementation does nothing.
3583*/
3584void QCPLayoutElement::layoutChanged()
3585{
3586}
3587
3588////////////////////////////////////////////////////////////////////////////////////////////////////
3589//////////////////// QCPLayout

Callers 1

adoptElementMethod · 0.80

Calls 3

axisFunction · 0.85
axisRectCountMethod · 0.80
axisRectMethod · 0.80

Tested by

no test coverage detected