MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / ~QCPLayoutElement

Method ~QCPLayoutElement

3rdparty/qcustomplot/qcustomplot.cpp:3221–3227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3219}
3220
3221QCPLayoutElement::~QCPLayoutElement()
3222{
3223 setMarginGroup(QCP::msAll, nullptr); // unregister at margin groups, if there are any
3224 // unregister at layout:
3225 if (qobject_cast<QCPLayout*>(mParentLayout)) // the qobject_cast is just a safeguard in case the layout forgets to call clear() in its dtor and this dtor is called by QObject dtor
3226 mParentLayout->take(this);
3227}
3228
3229/*!
3230 Sets the outer rect of this layout element. If the layout element is inside a layout, the layout

Callers

nothing calls this directly

Calls 1

takeMethod · 0.80

Tested by

no test coverage detected