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

Method Reset

Modules/FormsUI/src/QmitkLinearScaleQuestionWidget.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void QmitkLinearScaleQuestionWidget::Reset()
64{
65 this->OnClearButtonClicked();
66
67 if (m_Question)
68 m_Question->ClearResponses();
69
70 QmitkQuestionWidget::Reset();
71}
72
73void QmitkLinearScaleQuestionWidget::CreateWidgets()
74{

Callers

nothing calls this directly

Calls 2

OnClearButtonClickedMethod · 0.95
ClearResponsesMethod · 0.45

Tested by

no test coverage detected