MCPcopy Create free account
hub / github.com/KDE/labplot / visibilityChanged

Method visibilityChanged

src/frontend/widgets/DatapickerCurveWidget.cpp:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void DatapickerCurveWidget::visibilityChanged(bool state) {
186 CONDITIONAL_LOCK_RETURN;
187
188 for (auto* curve : m_curveList)
189 curve->setPointVisibility(state);
190}
191
192void DatapickerCurveWidget::updateSymbolWidgets() {
193 auto list = m_curve->children<DatapickerPoint>(AbstractAspect::ChildIndexFlag::IncludeHidden);

Callers

nothing calls this directly

Calls 1

setPointVisibilityMethod · 0.45

Tested by

no test coverage detected