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

Method Update

Modules/FormsUI/src/QmitkForm.cpp:156–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void QmitkForm::Update()
157{
158 this->UpdateFormHeader();
159 this->UpdateSubmittedHeader();
160 this->UpdateSectionHeader();
161 this->UpdateQuestionWidgets();
162 this->UpdateFormButtons();
163}
164
165void QmitkForm::UpdateFormHeader()
166{

Callers 15

QmitkFormMethod · 0.95
ResetMethod · 0.95
OnSubmitButtonClickedMethod · 0.95
StartRegionGrowingMethod · 0.45
mainFunction · 0.45
ItkImageProcessingMethod · 0.45
OnSelectionChangedMethod · 0.45
OnApplyMethod · 0.45
GetCenterOfGravityMethod · 0.45
CreateBinaryImageMethod · 0.45
GenerateDataMethod · 0.45

Calls 5

UpdateFormHeaderMethod · 0.95
UpdateSubmittedHeaderMethod · 0.95
UpdateSectionHeaderMethod · 0.95
UpdateQuestionWidgetsMethod · 0.95
UpdateFormButtonsMethod · 0.95