17#include <usGetModuleContext.h>
18#include <usServiceReference.h>
42 m_Controls =
new Ui::QmitkNavigationDataSourceSelectionWidgetControls;
45 std::string empty =
"";
78 us::ModuleContext* context = us::GetModuleContext();
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