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

Method AddQuestion

Modules/Forms/src/mitkForm.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void Form::Section::AddQuestion(Question* question)
85{
86 m_Questions.emplace_back(question);
87}
88
89Form::Form(const std::string& title, const std::string& description)
90{

Callers 1

from_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected