| 1238 | } |
| 1239 | |
| 1240 | void QmitkMxNMultiWidget::RollBackToSingleDefaultCell() |
| 1241 | { |
| 1242 | this->TearDownAllCells(); |
| 1243 | // SetLayout(1, 1) walks SetLayoutImpl, which auto-creates one cell via the |
| 1244 | // positional CreateRenderWindowWidget path (bare name 'widget0'). That |
| 1245 | // path also assigns the cell to the default sync group 1. |
| 1246 | this->SetLayout(1, 1); |
| 1247 | } |
| 1248 | |
| 1249 | void QmitkMxNMultiWidget::ValidateIdsForThisEditor(const nlohmann::json& doc) const |
| 1250 | { |
no test coverage detected