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

Method SetSelectAll

Modules/QtWidgets/src/QmitkSynchronizedNodeSelectionWidget.cpp:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void QmitkSynchronizedNodeSelectionWidget::SetSelectAll(bool selectAll)
129{
130 if (selectAll == m_Controls->selectionModeCheckBox->isChecked())
131 {
132 // no need to do something
133 return;
134 }
135
136 m_Controls->selectionModeCheckBox->setChecked(selectAll);
137}
138
139bool QmitkSynchronizedNodeSelectionWidget::GetSelectAll() const
140{

Callers 2

SynchronizeWidgetMethod · 0.80

Calls

no outgoing calls

Tested by 1