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

Method Reset

Modules/FormsUI/src/QmitkParagraphQuestionWidget.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void QmitkParagraphQuestionWidget::Reset()
65{
66 m_TextEdit->clear();
67
68 if (m_Question)
69 m_Question->ClearResponses();
70
71 QmitkQuestionWidget::Reset();
72}
73
74void QmitkParagraphQuestionWidget::AdjustHeight()
75{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
ClearResponsesMethod · 0.45

Tested by

no test coverage detected