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

Method DeregisterWidget

Modules/QtWidgets/src/QmitkSynchronizedWidgetConnector.cpp:199–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void QmitkSynchronizedWidgetConnector::DeregisterWidget()
200{
201 m_ConnectionCounter--;
202
203 // When no more widgets are synchronized anymore, turn on SelectAll to avoid losing
204 // nodes that are added until synchronization of a widget is turned on again.
205 if (m_ConnectionCounter == 0)
206 {
207 m_SelectAll = true;
208 }
209}

Callers 1

DisconnectWidgetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected