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

Method updatePoints

src/backend/datapicker/DatapickerCurve.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void DatapickerCurve::updatePoints() {
427 for (auto* point : children<DatapickerPoint>(ChildIndexFlag::IncludeHidden))
428 updatePoint(point);
429}
430
431/*!
432 Update datasheet for corresponding curve-point,

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected