|
|
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().
| void |
[signal]
Emitted when a new part has been added.
| void |
[signal]
Emitted when a part has been removed.
| void |
[signal]
Emitted when the active part has changed.
| void |
[protected virtual]
Changes the active instance when the active part changes. The active instance is used by KBugReport and KAboutDialog. Override if you really need to - usually you don't need to.
| void |
[protected slot]
Removes a part when it is destroyed.
| void |
[protected slot]
| void |
[protected slot]
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:38:55 2001, using kdoc 2.0a35. |