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

Method setMasked

src/backend/core/AbstractColumn.cpp:436–438  ·  view source on GitHub ↗

* \brief Set an interval masked * * \param i the interval * \param mask true: mask, false: unmask */

Source from the content-addressed store, hash-verified

434 * \param mask true: mask, false: unmask
435 */
436void AbstractColumn::setMasked(const Interval<int>& i, bool mask) {
437 exec(new AbstractColumnSetMaskedCmd(d, i, mask), "maskingAboutToChange", "maskingChanged", QArgument<const AbstractColumn*>("const AbstractColumn*", this));
438}
439
440/**
441 * \brief Overloaded function for convenience

Callers 10

maskSelectionMethod · 0.80
unmaskSelectionMethod · 0.80
runMethod · 0.80
runMethod · 0.80
setDataMethod · 0.80
maskEmptyRowsMethod · 0.80
sortColumnsMethod · 0.80
statisticsMaskValuesMethod · 0.80
testBarPlotRangeMethod · 0.80

Calls

no outgoing calls

Tested by 3

statisticsMaskValuesMethod · 0.64
testBarPlotRangeMethod · 0.64