| 163 | } |
| 164 | |
| 165 | std::string QmitkRenderWindowWidget::GetCornerAnnotationText() const |
| 166 | { |
| 167 | return std::string(m_CornerAnnotation->GetText(0)); |
| 168 | } |
| 169 | |
| 170 | bool QmitkRenderWindowWidget::IsRenderWindowMenuActivated() const |
| 171 | { |
no test coverage detected