| 158 | } |
| 159 | |
| 160 | void QmitkRenderWindowWidget::SetCornerAnnotationText(const std::string& cornerAnnotation) |
| 161 | { |
| 162 | m_CornerAnnotation->SetText(0, cornerAnnotation.c_str()); |
| 163 | } |
| 164 | |
| 165 | std::string QmitkRenderWindowWidget::GetCornerAnnotationText() const |
| 166 | { |
no test coverage detected