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

Method GetBounds

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

Source from the content-addressed store, hash-verified

712}
713
714QRect PartStack::GetBounds()
715{
716 if (this->GetPresentation() == 0)
717 {
718 return QRect(0, 0, 0, 0);
719 }
720 return Tweaklets::Get(GuiWidgetsTweaklet::KEY)->GetBounds(this->GetPresentation()->GetControl());
721}
722
723QList<LayoutPart::Pointer> PartStack::GetChildren() const
724{

Callers 1

PaneDragStartMethod · 0.45

Calls 4

GetPresentationMethod · 0.95
QRectClass · 0.85
GetFunction · 0.70
GetControlMethod · 0.45

Tested by

no test coverage detected