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

Method AddSupplement

Modules/Forms/src/mitkForm.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Form::AddSupplement(const std::string& key)
151{
152 if (m_Supplements.find(key) == m_Supplements.end())
153 m_Supplements[key] = "";
154}
155
156bool Form::SetSupplement(const std::string& key, const std::string& value)
157{

Callers 1

UpdateFormWidgetMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected