Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetType
Method
GetType
Modules/Forms/src/mitkDropdownQuestion.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
DropdownQuestion::~DropdownQuestion() = default;
19
20
std::string DropdownQuestion::GetType() const
21
{
22
return
"Drop-down"
;
23
}
24
25
Question* DropdownQuestion::CreateAnother() const
26
{
Callers
7
RegisterQuestionWidget
Method · 0.45
Create
Method · 0.45
HandlePreferencesEvent
Method · 0.45
HandleDataStorageEvent
Method · 0.45
OnServiceEvent
Method · 0.45
Register
Method · 0.45
to_json
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected