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

Method GetViewLayout

Plugins/org.blueberry.ui.qt/src/internal/berryPageLayout.cpp:612–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612IViewLayout::Pointer PageLayout::GetViewLayout(const QString& viewId)
613{
614 ViewLayoutRec::Pointer rec = this->GetViewLayoutRec(viewId, true);
615 if (rec == 0)
616 {
617 return IViewLayout::Pointer(nullptr);
618 }
619 return IViewLayout::Pointer(new ViewLayout(PageLayout::Pointer(this), rec));
620}
621
622QHash<QString, ViewLayoutRec::Pointer> PageLayout::GetIDtoViewLayoutRecMap()
623{

Callers 6

CreateInitialLayoutMethod · 0.80
ProcessViewMethod · 0.80
LoadPredefinedPerspMethod · 0.80
CreateInitialLayoutMethod · 0.80
CreateInitialLayoutMethod · 0.80
CreateInitialLayoutMethod · 0.80

Calls 1

GetViewLayoutRecMethod · 0.95

Tested by 6

CreateInitialLayoutMethod · 0.64
ProcessViewMethod · 0.64
LoadPredefinedPerspMethod · 0.64
CreateInitialLayoutMethod · 0.64
CreateInitialLayoutMethod · 0.64
CreateInitialLayoutMethod · 0.64