MCPcopy Create free account
hub / github.com/KDAB/KDChart / activateTheLayout

Method activateTheLayout

src/KDChart/KDChartLegend.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void Legend::activateTheLayout()
155{
156 if (d->layout && d->layout->parent()) {
157 d->layout->activate();
158 }
159}
160
161void Legend::setLegendStyle(LegendStyle style)
162{

Callers

nothing calls this directly

Calls 1

parentMethod · 0.45

Tested by

no test coverage detected