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

Method GetNumberOfSections

Modules/Forms/src/mitkForm.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105int Form::GetNumberOfSections() const
106{
107 return static_cast<int>(m_Sections.size());
108}
109
110Form::Section& Form::GetSection(int index)
111{

Callers 2

CreateQuestionWidgetsMethod · 0.80
to_jsonMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected