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

Method xMinusColumnChanged

src/frontend/widgets/ErrorBarWidget.cpp:283–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void ErrorBarWidget::xMinusColumnChanged(const QModelIndex& index) {
284 CONDITIONAL_LOCK_RETURN;
285
286 auto* aspect = static_cast<AbstractAspect*>(index.internalPointer());
287 auto* column = dynamic_cast<AbstractColumn*>(aspect);
288 Q_ASSERT(column);
289
290 for (auto* errorBar : m_errorBars)
291 errorBar->setXMinusColumn(column);
292}
293
294// y
295void ErrorBarWidget::yErrorTypeChanged(int) {

Callers

nothing calls this directly

Calls 1

setXMinusColumnMethod · 0.80

Tested by

no test coverage detected