42 m_Controls =
new Ui::QmitkNavigationDataSourceSelectionWidgetControls;
45 std::string empty =
"";
95 MITK_WARN <<
"Found an invalid storage object!";
100 MITK_WARN <<
"Found a tool storage, but it has not the same number of tools like the NavigationDataSource. This storage won't be used because it isn't the right one.";
115 return this->
m_Controls->m_ToolView->currentIndex().row();
122 if ((
m_Controls->m_ToolView->currentIndex().row() < 0) || (static_cast<unsigned int>(
m_Controls->m_ToolView->currentIndex().row()) >=
m_CurrentStorage->GetToolCount()))
return nullptr;
static const std::string US_PROPKEY_DEVICENAME
static ModuleContext * GetModuleContext()
Returns the module context of the calling module.