MCPcopy Create free account
hub / github.com/KDE/labplot / valueLabels

Method valueLabels

src/backend/core/column/Column.cpp:1030–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030const QVector<Column::ValueLabel<double>>* Column::valueLabels() const {
1031 return d->valueLabels();
1032}
1033
1034const QVector<Column::ValueLabel<int>>* Column::intValueLabels() const {
1035 return d->intValueLabels();

Callers 5

showValueLabelsMethod · 0.45
setColumnsMethod · 0.45
saveMethod · 0.45
testSAVImportMethod · 0.45
testPORImportMethod · 0.45

Calls

no outgoing calls

Tested by 2

testSAVImportMethod · 0.36
testPORImportMethod · 0.36