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

Method Reset

Modules/FormsUI/src/QmitkShortAnswerQuestionWidget.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void QmitkShortAnswerQuestionWidget::Reset()
63{
64 m_LineEdit->clear();
65
66 if (m_Question)
67 m_Question->ClearResponses();
68
69 QmitkQuestionWidget::Reset();
70}
71
72void QmitkShortAnswerQuestionWidget::OnTextEdited(const QString& text)
73{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
ClearResponsesMethod · 0.45

Tested by

no test coverage detected