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

Method SetCornerAnnotationText

Modules/QtWidgets/src/QmitkRenderWindowWidget.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected