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

Method maskedIntervals

src/backend/core/AbstractColumn.cpp:419–421  ·  view source on GitHub ↗

* \brief Return all intervals of masked rows */

Source from the content-addressed store, hash-verified

417 * \brief Return all intervals of masked rows
418 */
419QVector<Interval<int>> AbstractColumn::maskedIntervals() const {
420 return d->m_masking.intervals();
421}
422
423/**
424 * \brief Clear all masking information

Callers 1

checkSpreadsheetMenuMethod · 0.80

Calls 1

intervalsMethod · 0.45

Tested by

no test coverage detected