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

Method removeXColumn

src/frontend/dockwidgets/BarPlotDock.cpp:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void BarPlotDock::removeXColumn() {
307 cbXColumn->setAspect(nullptr);
308 ui.bRemoveXColumn->setEnabled(false);
309 for (auto* barPlot : m_barPlots)
310 barPlot->setXColumn(nullptr);
311}
312
313void BarPlotDock::addDataColumn() {
314 auto* cb = new TreeViewComboBox(this);

Callers

nothing calls this directly

Calls 3

setAspectMethod · 0.80
setEnabledMethod · 0.45
setXColumnMethod · 0.45

Tested by

no test coverage detected