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

Method retransform

src/backend/datapicker/DatapickerCurve.cpp:513–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void DatapickerCurvePrivate::retransform() {
514 if (q->isLoading())
515 return;
516 const auto& points = q->children<DatapickerPoint>(AbstractAspect::ChildIndexFlag::IncludeHidden);
517 for (auto* point : points)
518 point->retransform();
519}
520
521// ##############################################################################
522// ################## Serialization/Deserialization ###########################

Callers 2

initMethod · 0.45
loadMethod · 0.45

Calls 1

isLoadingMethod · 0.80

Tested by

no test coverage detected