| 712 | } |
| 713 | |
| 714 | QRect 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 | |
| 723 | QList<LayoutPart::Pointer> PartStack::GetChildren() const |
| 724 | { |
no test coverage detected