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

Method ActiveTaskIsShown

Modules/SegmentationUI/src/QmitkSegmentationTaskListWidget.cpp:1189–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187}
1188
1189bool QmitkSegmentationTaskListWidget::ActiveTaskIsShown() const
1190{
1191 return m_ActiveTaskIndex.has_value() && m_CurrentTaskIndex.has_value() && m_ActiveTaskIndex == m_CurrentTaskIndex;
1192}
1193
1194bool QmitkSegmentationTaskListWidget::HandleUnsavedChanges(const QString& alternativeTitle)
1195{

Callers 4

OnUnsavedChangesSavedMethod · 0.95
UpdateLoadButtonMethod · 0.95
UpdateDetailsLabelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected