46 m_Controls =
new Ui::QmitkNavigationDataSourceSelectionWidgetControls;
49 std::string empty =
"";
100 std::vector<us::ServiceReference<mitk::NavigationToolStorage> > refs = context->GetServiceReferences<
mitk::NavigationToolStorage>(filter);
101 if (refs.empty())
return;
105 MITK_WARN <<
"Found an invalid storage object!";
110 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.";
125 return this->
m_Controls->m_ToolView->currentIndex().row();
itk::SmartPointer< Self > Pointer
static const std::string US_PROPKEY_ID
static const std::string US_PROPKEY_DEVICENAME
static ModuleContext * GetModuleContext()
Returns the module context of the calling module.