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

Method retransformErrorBar

src/backend/datapicker/DatapickerPoint.cpp:344–352  ·  view source on GitHub ↗

! update color and size of all error-bar. */

Source from the content-addressed store, hash-verified

342 update color and size of all error-bar.
343*/
344void DatapickerPointPrivate::retransformErrorBar() {
345 for (auto* item : q->m_errorBarItemList) {
346 if (item) {
347 item->setBrush(errorBarBrush);
348 item->setPen(errorBarPen);
349 item->setRectSize(errorBarSize);
350 }
351 }
352}
353
354void DatapickerPointPrivate::updateProperties() {
355 auto* curve = dynamic_cast<DatapickerCurve*>(q->parentAspect());

Callers

nothing calls this directly

Calls 3

setBrushMethod · 0.80
setPenMethod · 0.80
setRectSizeMethod · 0.80

Tested by

no test coverage detected