MCPcopy Create free account
hub / github.com/MITK/MITK / ChangeSelection

Method ChangeSelection

Modules/QtWidgets/src/QmitkSynchronizedWidgetConnector.cpp:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

NodeListsEqualFunction · 0.85