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

Method plotXColumnChanged

src/frontend/dockwidgets/BarPlotDock.cpp:452–455  ·  view source on GitHub ↗

SLOTs for changes triggered in BarPlot general

Source from the content-addressed store, hash-verified

450//*************************************************************
451// general
452void BarPlotDock::plotXColumnChanged(const AbstractColumn* column) {
453 CONDITIONAL_LOCK_RETURN;
454 cbXColumn->setAspect(column, m_barPlot->xColumnPath());
455}
456void BarPlotDock::plotDataColumnsChanged(const QVector<const AbstractColumn*>&) {
457 CONDITIONAL_LOCK_RETURN;
458 loadDataColumns();

Callers

nothing calls this directly

Calls 1

setAspectMethod · 0.80

Tested by

no test coverage detected