| 151 | } |
| 152 | |
| 153 | void QmitkMultiNodeSelectionWidget::changeEvent(QEvent *event) |
| 154 | { |
| 155 | if (event->type() == QEvent::EnabledChange) |
| 156 | { |
| 157 | this->UpdateInfo(); |
| 158 | } |
| 159 | QmitkAbstractNodeSelectionWidget::changeEvent(event); |
| 160 | } |
| 161 | |
| 162 | bool QmitkMultiNodeSelectionWidget::AllowEmissionOfSelection(const NodeList& emissionCandidates) const |
| 163 | { |
nothing calls this directly
no test coverage detected