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

Method columnMode

src/backend/core/column/ColumnStringIO.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25AbstractColumn::ColumnMode ColumnStringIO::columnMode() const {
26 return AbstractColumn::ColumnMode::Text;
27}
28
29AbstractColumn::PlotDesignation ColumnStringIO::plotDesignation() const {
30 return m_owner->plotDesignation();

Callers 1

copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected