Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void Form::Section::AddQuestion(Question* question)
85
{
86
m_Questions.emplace_back(question);
87
}
88
89
Form::Form(const std::string& title, const std::string& description)
90
{
Callers
1
from_json
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected