Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ valueLabelAt
Method
valueLabelAt
src/backend/core/column/ColumnPrivate.cpp:2215–2217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2213
}
2214
2215
QString ColumnPrivate::valueLabelAt(int index) const {
2216
return m_labels.labelAt(index);
2217
}
2218
2219
const QVector<Column::ValueLabel<double>>* ColumnPrivate::valueLabels() const {
2220
return m_labels.valueLabels();
Callers
nothing calls this directly
Calls
1
labelAt
Method · 0.80
Tested by
no test coverage detected