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

Method GetQuestionText

Modules/Forms/src/mitkQuestion.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24Question::~Question() = default;
25
26std::string Question::GetQuestionText() const
27{
28 return m_QuestionText;
29}
30
31void Question::SetQuestionText(const std::string& question)
32{

Callers 3

SetQuestionMethod · 0.80
SubmitToCSVMethod · 0.80
to_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected