class KParts.PartManager


Table of contents
Modules
kparts Classes
All Classes
Module kparts
Namespace kparts
Class KParts.PartManager
Inherits QObject

The part manager is an object which knows about a collection of parts (even nested ones) and handles activation/deactivation.

Applications that want to embed parts without merging GUIs only use a KParts.PartManager. Those who want to merge GUIs use a KParts.MainWindow for example, in addition to a part manager.

Parts know about the part manager to add nested parts to it. See also KParts.Part.manager() and KParts.Part.setManager().



enums

enum details

methods