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

Method ColumnStringIO

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

* \class ColumnStringIO * \brief String-IO interface of Column. */

Source from the content-addressed store, hash-verified

18 * \brief String-IO interface of Column.
19 */
20ColumnStringIO::ColumnStringIO(Column* owner)
21 : AbstractColumn(QString(), AspectType::ColumnStringIO)
22 , m_owner(owner) {
23}
24
25AbstractColumn::ColumnMode ColumnStringIO::columnMode() const {
26 return AbstractColumn::ColumnMode::Text;

Callers

nothing calls this directly

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected