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

Method columnPlotDesignationChanged

src/frontend/dockwidgets/ColumnDock.cpp:595–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void ColumnDock::columnPlotDesignationChanged(const AbstractColumn* col) {
596 CONDITIONAL_LOCK_RETURN;
597 ui.cbPlotDesignation->setCurrentIndex(int(col->plotDesignation()));
598}

Callers

nothing calls this directly

Calls 2

setCurrentIndexMethod · 0.45
plotDesignationMethod · 0.45

Tested by

no test coverage detected