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

Method columnMode

src/backend/datasources/filters/AsciiFilter.cpp:1484–1486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482}
1483
1484AbstractColumn::ColumnMode AsciiFilterPrivate::DataContainer::columnMode(int index) const {
1485 return m_columnModes.at(index);
1486}
1487
1488const void* AsciiFilterPrivate::DataContainer::datas(qsizetype index) const {
1489 if (index < size())

Callers 1

previewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected