MCPcopy 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
1026QString Column::valueLabelAt(int index) const {
1027 return d->valueLabelAt(index);
1028}
1029
1030const QVector<Column::ValueLabel<double>>* Column::valueLabels() const {
1031 return d->valueLabels();

Callers 1

retransformTicksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected