MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / parentPlotInitialized

Method parentPlotInitialized

qcustomplot/qcustomplot.cpp:3525–3532  ·  view source on GitHub ↗

! \internal propagates the parent plot initialization to all child elements, by calling \ref QCPLayerable::initializeParentPlot on them. */

Source from the content-addressed store, hash-verified

3523 QCPLayerable::initializeParentPlot on them.
3524*/
3525void QCPLayoutElement::parentPlotInitialized(QCustomPlot *parentPlot)
3526{
3527 foreach (QCPLayoutElement* el, elements(false))
3528 {
3529 if (!el->parentPlot())
3530 el->initializeParentPlot(parentPlot);
3531 }
3532}
3533
3534/*! \internal
3535

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected