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