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

Method setTextAt

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

Source from the content-addressed store, hash-verified

50}
51
52void ColumnStringIO::setTextAt(int row, const QString& value) {
53 m_setting = true;
54 m_to_set = value;
55 m_owner->copy(m_owner->d->inputFilter()->output(0), 0, row, 1);
56 m_setting = false;
57 m_to_set.clear();
58}
59
60QString ColumnStringIO::textAt(int row) const {
61 if (m_setting)

Callers

nothing calls this directly

Calls 4

inputFilterMethod · 0.80
copyMethod · 0.45
outputMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected