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

Method RemoveNode

Modules/QtWidgets/src/QmitkDataStorageComboBox.cpp:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void QmitkDataStorageComboBox::RemoveNode(int index)
177{
178 if (this->HasIndex(index))
179 {
180 RemoveNodeAndPropertyLists(index);
181 // remove node name from combobox
182 this->removeItem(index);
183 }
184}
185
186void QmitkDataStorageComboBox::RemoveNode(const mitk::DataNode *dataNode)
187{

Callers 1

InsertNodeMethod · 0.95

Calls 2

HasIndexMethod · 0.95
FindMethod · 0.95

Tested by

no test coverage detected