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

Method plotDesignationString

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

Source from the content-addressed store, hash-verified

1710}
1711
1712QString Column::plotDesignationString(bool withBrackets) const {
1713 return AbstractColumn::plotDesignationString(d->plotDesignation(), withBrackets);
1714}
1715
1716AbstractSimpleFilter* Column::outputFilter() const {
1717 return d->outputFilter();

Callers 2

dataMethod · 0.45

Calls 1

plotDesignationMethod · 0.45

Tested by 1

dataMethod · 0.36