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

Method replaceFormulas

src/backend/core/column/ColumnPrivate.cpp:3292–3294  ·  view source on GitHub ↗

* \brief Replace the interval attribute for the formula strings */

Source from the content-addressed store, hash-verified

3290 * \brief Replace the interval attribute for the formula strings
3291 */
3292void ColumnPrivate::replaceFormulas(const IntervalAttribute<QString>& formulas) {
3293 m_formulas = formulas;
3294}
3295
3296void ColumnPrivate::calculateStatistics() {
3297 PERFTRACE(QStringLiteral("calculate column statistics"));

Callers 1

undoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected