| 171 | } |
| 172 | |
| 173 | void QmitkSynchronizedWidgetConnector::ChangeSelection(NodeList nodes) |
| 174 | { |
| 175 | if (!NodeListsEqual(m_InternalSelection, nodes)) |
| 176 | { |
| 177 | m_InternalSelection = nodes; |
| 178 | emit NodeSelectionChanged(m_InternalSelection); |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | void QmitkSynchronizedWidgetConnector::ChangeSelectionMode(bool selectAll) |
| 183 | { |