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

Method SetLabelValues

Modules/QtWidgets/src/QmitkSliceNavigationWidget.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void QmitkSliceNavigationWidget::SetLabelValues(float min, float max)
281{
282 m_MinValue = min;
283 m_MaxValue = max;
284}
285
286void QmitkSliceNavigationWidget::SetLabelValuesValid(bool minValid, bool maxValid)
287{

Callers 1

RefetchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected