class KParts.PartActivateEvent


Table of contents
Modules
kparts Classes
All Classes
Module kparts
Namespace kparts
Class KParts.PartActivateEvent
Inherits KParts.Event

This event is sent by the part manager when the active part changes. Each time the active part changes, it will send first a PartActivateEvent with activated=false, part=oldActivePart, widget=oldActiveWidget and then another PartActivateEvent with activated=true, part=newPart, widget=newWidget.

See also KParts.Part.partActivateEvent



methods