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

Method SaveLayout

Modules/QtWidgets/src/QmitkMxNMultiWidget.cpp:701–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699//////////////////////////////////////////////////////////////////////////
700
701void QmitkMxNMultiWidget::SaveLayout(std::ostream* outStream)
702{
703 if (outStream == nullptr)
704 {
705 return;
706 }
707 *outStream << this->SerializeLayout().dump(4) << std::endl;
708}
709
710void QmitkMxNMultiWidget::LoadLayout(const nlohmann::json* jsonData)
711{

Callers

nothing calls this directly

Calls 1

SerializeLayoutMethod · 0.95

Tested by

no test coverage detected