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

Method plotDesignation

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

* \brief Return the column plot designation */

Source from the content-addressed store, hash-verified

1706 * \brief Return the column plot designation
1707 */
1708AbstractColumn::PlotDesignation Column::plotDesignation() const {
1709 return d->plotDesignation();
1710}
1711
1712QString Column::plotDesignationString(bool withBrackets) const {
1713 return AbstractColumn::plotDesignationString(d->plotDesignation(), withBrackets);

Callers 15

setColumnsMethod · 0.45
setSelectedColumnsMethod · 0.45
selectedColumnCountMethod · 0.45
redoMethod · 0.45
plotDesignationStringMethod · 0.45
processDropEventMethod · 0.45
columnCountMethod · 0.45
testImportDoubleMethod · 0.45
testImportIntMethod · 0.45

Calls

no outgoing calls

Tested by 15

testImportDoubleMethod · 0.36
testImportIntMethod · 0.36
testImportIntPortionMethod · 0.36
testImportVLENMethod · 0.36
testImportVLENPortionMethod · 0.36
testArrayImportMethod · 0.36
testDTAImportMethod · 0.36
testSASImportMethod · 0.36
testSAVImportMethod · 0.36
testPORImportMethod · 0.36
testXPTImportMethod · 0.36