KParts::PartActivateEvent Class Reference
This event is sent by the part manager when the active part changes. More...
#include <event.h>
Inheritance diagram for KParts::PartActivateEvent:

Static Public Methods | |
bool | test (const QEvent *event) |
Detailed Description
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
Definition at line 74 of file event.h.
The documentation for this class was generated from the following files: