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

Method HasIndex

Modules/QtWidgets/src/QmitkDataStorageComboBox.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool QmitkDataStorageComboBox::HasIndex(unsigned int index) const
242{
243 return (m_Nodes.size() > 0 && index < m_Nodes.size());
244}
245
246void QmitkDataStorageComboBox::OnCurrentIndexChanged(int index)
247{

Callers 4

GetNodeMethod · 0.95
RemoveNodeMethod · 0.95
SetNodeMethod · 0.95
InsertNodeMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected