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

Method GetTitle

Modules/Forms/src/mitkForm.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51Form::Section& Form::Section::operator=(Section&& other) noexcept = default;
52
53std::string Form::Section::GetTitle() const
54{
55 return m_Title;
56}
57
58void Form::Section::SetTitle(const std::string& title)
59{

Callers 4

UpdateFormHeaderMethod · 0.45
UpdateSubmittedHeaderMethod · 0.45
UpdateSectionHeaderMethod · 0.45
to_jsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected