| 153 | } |
| 154 | |
| 155 | bool QmitkRenderWindowWidget::IsCornerAnnotationVisible() const |
| 156 | { |
| 157 | return m_CornerAnnotation->GetVisibility() > 0; |
| 158 | } |
| 159 | |
| 160 | void QmitkRenderWindowWidget::SetCornerAnnotationText(const std::string& cornerAnnotation) |
| 161 | { |
nothing calls this directly
no test coverage detected