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

Method GetMinValueLabel

Modules/QtWidgets/src/QmitkSliceNavigationWidget.cpp:80–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80QString QmitkSliceNavigationWidget::GetMinValueLabel()
81{
82 if (m_MinValueValid)
83 {
84 return this->ClippedValueToString(m_MinValue);
85 }
86 else
87 {
88 return "N/A";
89 }
90}
91
92QString QmitkSliceNavigationWidget::GetMaxValueLabel()
93{

Callers 1

SetLabelsMethod · 0.95

Calls 1

ClippedValueToStringMethod · 0.95

Tested by

no test coverage detected