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

Method textValueLabels

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

Source from the content-addressed store, hash-verified

1000}
1001
1002const QVector<Column::ValueLabel<QString>>* Column::textValueLabels() const {
1003 return d->textValueLabels();
1004}
1005
1006const QVector<Column::ValueLabel<QDateTime>>* Column::dateTimeValueLabels() const {
1007 return d->dateTimeValueLabels();

Callers 3

showValueLabelsMethod · 0.45
setColumnsMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected