summaryrefslogtreecommitdiffstats
path: root/kviewshell/DESIGN
blob: 58c47f07da5ba24b2233a8429e7d97d5568c70be (plain)
1
2
3
4
5
6
7
KViewShell, a KParts::MainWindow
| Embeds a dlopened KViewPart_Iface, which is a KParts::ReadOnlyPart.
| KViewPart is such a part.
| | KViewPart embeds a dlopened KMultiPage, which is a KParts::ReadOnlyPart.
| |   (The widget is made a child widget, and the part is made a child XMLGUI client)
| | KDVI provides a KMultiPage implementation, KDVIMultiPage.