| 109 | } |
| 110 | |
| 111 | us::ServiceReferenceU QmitkServiceListWidget::GetSelectedServiceReference() |
| 112 | { |
| 113 | return this->GetServiceForListItem(this->m_Controls->m_ServiceList->currentItem()); |
| 114 | } |
| 115 | |
| 116 | std::vector<us::ServiceReferenceU> QmitkServiceListWidget::GetAllServiceReferences() |
| 117 | { |
nothing calls this directly
no test coverage detected