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

Method Reset

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ClearResponsesMethod · 0.45

Tested by

no test coverage detected