| 511 | } |
| 512 | |
| 513 | void 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 ########################### |