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

Method GetMaxValueLabel

Modules/QtWidgets/src/QmitkSliceNavigationWidget.cpp:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92QString QmitkSliceNavigationWidget::GetMaxValueLabel()
93{
94 if (m_MaxValueValid)
95 {
96 return this->ClippedValueToString(m_MaxValue);
97 }
98 else
99 {
100 return "N/A";
101 }
102}
103
104int QmitkSliceNavigationWidget::GetPos()
105{

Callers 1

SetLabelsMethod · 0.95

Calls 1

ClippedValueToStringMethod · 0.95

Tested by

no test coverage detected