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

Method GetSelectedServiceReference

Modules/QtWidgets/src/QmitkServiceListWidget.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111us::ServiceReferenceU QmitkServiceListWidget::GetSelectedServiceReference()
112{
113 return this->GetServiceForListItem(this->m_Controls->m_ServiceList->currentItem());
114}
115
116std::vector<us::ServiceReferenceU> QmitkServiceListWidget::GetAllServiceReferences()
117{

Callers

nothing calls this directly

Calls 1

GetServiceForListItemMethod · 0.95

Tested by

no test coverage detected