Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
595
void ColumnDock::columnPlotDesignationChanged(const AbstractColumn* col) {
596
CONDITIONAL_LOCK_RETURN;
597
ui.cbPlotDesignation->setCurrentIndex(int(col->plotDesignation()));
598
}
Callers
nothing calls this directly
Calls
2
setCurrentIndex
Method · 0.45
plotDesignation
Method · 0.45
Tested by
no test coverage detected