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

Method GetPaneFor

Plugins/org.blueberry.ui.qt/src/internal/berryPartStack.cpp:752–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752PartPane::Pointer PartStack::GetPaneFor(IPresentablePart::Pointer part)
753{
754 if (part == 0 || part.Cast<PresentablePart>() == 0)
755 {
756 return PartPane::Pointer(nullptr);
757 }
758
759 return part.Cast<PresentablePart>()->GetPane();
760}
761
762QWidget* PartStack::GetParent()
763{

Callers 5

IsMoveableMethod · 0.95
CloseMethod · 0.95
DragStartMethod · 0.95

Calls 1

GetPaneMethod · 0.45

Tested by

no test coverage detected