MCPcopy 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
2215QString ColumnPrivate::valueLabelAt(int index) const {
2216 return m_labels.labelAt(index);
2217}
2218
2219const QVector<Column::ValueLabel<double>>* ColumnPrivate::valueLabels() const {
2220 return m_labels.valueLabels();

Callers

nothing calls this directly

Calls 1

labelAtMethod · 0.80

Tested by

no test coverage detected