Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ valueLabelAt
Method
valueLabelAt
src/backend/core/column/Column.cpp:1026–1028 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1024
}
1025
1026
QString Column::valueLabelAt(int index) const {
1027
return d->valueLabelAt(index);
1028
}
1029
1030
const QVector<Column::ValueLabel<double>>* Column::valueLabels() const {
1031
return d->valueLabels();
Callers
1
retransformTicks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected