Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
void QmitkSliceNavigationWidget::SetLabelValues(float min, float max)
281
{
282
m_MinValue = min;
283
m_MaxValue = max;
284
}
285
286
void QmitkSliceNavigationWidget::SetLabelValuesValid(bool minValid, bool maxValid)
287
{
Callers
1
Refetch
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected