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

Method OnSliderValueChanged

Modules/SegmentationUI/src/QmitkPaintbrushToolGUI.cpp:86–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void QmitkPaintbrushToolGUI::OnSliderValueChanged(int value)
87{
88 if (m_PaintbrushTool.IsNotNull())
89 {
90 m_PaintbrushTool->SetSize(value);
91 }
92
93 VisualizePaintbrushSize(value);
94}
95
96void QmitkPaintbrushToolGUI::VisualizePaintbrushSize(int size)
97{

Callers

nothing calls this directly

Calls 2

IsNotNullMethod · 0.80
SetSizeMethod · 0.45

Tested by

no test coverage detected