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