| 1624 | } |
| 1625 | |
| 1626 | void QmitkMultiLabelInspector::OnLockAffectedLabels() |
| 1627 | { |
| 1628 | this->SetLockOfAffectedLabels(true); |
| 1629 | } |
| 1630 | |
| 1631 | void QmitkMultiLabelInspector::SetVisibilityOfAffectedLabels(bool visible) const |
| 1632 | { |
nothing calls this directly
no test coverage detected