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

Method SetAutoSelectNewItems

Modules/QtWidgets/src/QmitkDataStorageComboBox.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void QmitkDataStorageComboBox::SetAutoSelectNewItems(bool autoSelectNewItems)
219{
220 m_AutoSelectNewNodes = autoSelectNewItems;
221}
222
223void QmitkDataStorageComboBox::OnPropertyListChanged(const itk::Object *caller, const itk::EventObject &event)
224{

Callers 2

CreateQtPartControlMethod · 0.80
InitWidgetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected