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

Method GetSelected

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

Source from the content-addressed store, hash-verified

157 FileReaderSelector::Item FileReaderSelector::GetDefault() const { return Get(m_Data->m_BestId); }
158 long FileReaderSelector::GetDefaultId() const { return m_Data->m_BestId; }
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)

Callers 13

UsePreferenceListMethod · 0.45
UseNoListMethod · 0.45
UseBlackListMethod · 0.45
SetOptionsMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
LoadMethod · 0.45
SaveMethod · 0.45

Calls 1

GetFunction · 0.50

Tested by 7

UsePreferenceListMethod · 0.36
UseNoListMethod · 0.36
UseBlackListMethod · 0.36
SetOptionsMethod · 0.36