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

Method SetLabelValuesValid

Modules/QtWidgets/src/QmitkSliceNavigationWidget.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void QmitkSliceNavigationWidget::SetLabelValuesValid(bool minValid, bool maxValid)
287{
288 m_MinValueValid = minValid;
289 m_MaxValueValid = maxValid;
290}
291
292void QmitkSliceNavigationWidget::SetLabelUnit(const char* unit)
293{

Callers 2

RefetchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected