MCPcopy Create free account
hub / github.com/KDAB/KDChart / clear

Method clear

examples/tools/TableModel.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void TableModel::clear()
192{
193 beginResetModel();
194 m_rows.clear();
195 endResetModel();
196}

Callers 3

loadFromCSVMethod · 0.45
setGradientMethod · 0.45
setDatasetCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected