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