class PartManager

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

Full nameKParts::PartManager
Definition#include <partmanager.h>
InheritsQObject (qt)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Signals

Protected Methods

Protected Slots


Detailed Description

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  partAdded ( KParts::Part *part )

[signal]

Emitted when a new part has been added.

void  partRemoved ( KParts::Part *part )

[signal]

Emitted when a part has been removed.

void  activePartChanged ( KParts::Part *newPart )

[signal]

Emitted when the active part has changed.

void  setActiveInstance ( KInstance * instance )

[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  slotObjectDestroyed ()

[protected slot]

Removes a part when it is destroyed.

void  slotWidgetDestroyed ()

[protected slot]

void  slotManagedTopLevelWidgetDestroyed ()

[protected slot]


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:38:55 2001, using kdoc 2.0a35.