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

Method AllowsAutoFocus

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

Source from the content-addressed store, hash-verified

474}
475
476bool PartStack::AllowsAutoFocus()
477{
478 if (presentationSite->GetState() == IStackPresentationSite::STATE_MINIMIZED)
479 {
480 return false;
481 }
482
483 return LayoutPart::AllowsAutoFocus();
484}
485
486void PartStack::Close(const QList<IPresentablePart::Pointer>& parts)
487{

Callers

nothing calls this directly

Calls 1

GetStateMethod · 0.45

Tested by

no test coverage detected