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

Method Select

Modules/Core/src/IO/mitkFileReaderSelector.cpp:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 FileReaderSelector::Item FileReaderSelector::GetSelected() const { return Get(m_Data->m_SelectedId); }
160 long FileReaderSelector::GetSelectedId() const { return m_Data->m_SelectedId; }
161 bool FileReaderSelector::Select(const FileReaderSelector::Item &item) { return Select(item.d->m_Id); }
162 bool FileReaderSelector::Select(long id)
163 {
164 if (id > -1)

Callers 6

SaveMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
operator()Method · 0.45
LoadMethod · 0.45
SaveMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected