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

Method isMasked

src/backend/core/AbstractColumn.cpp:405–407  ·  view source on GitHub ↗

* \brief Return whether a certain row is masked */

Source from the content-addressed store, hash-verified

403 * \brief Return whether a certain row is masked
404 */
405bool AbstractColumn::isMasked(int row) const {
406 return d->m_masking.isSet(row);
407}
408
409/**
410 * \brief Return whether a certain interval of rows is fully masked

Callers 15

copyValidDataMethod · 0.45
selectionChangedMethod · 0.45
painterPathForXMethod · 0.45
painterPathForYMethod · 0.45
updateControlLimitsMethod · 0.45
copyValidDataMethod · 0.45
initStartValuesMethod · 0.45
runLevenbergMarquardtMethod · 0.45
recalculateSpecificMethod · 0.45
copyDataMethod · 0.45
recalculateSpecificMethod · 0.45

Calls 1

isSetMethod · 0.80

Tested by 1