* \brief Return whether a certain row is masked */
| 403 | * \brief Return whether a certain row is masked |
| 404 | */ |
| 405 | bool 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 |