KParts::PartActivateEvent Class Reference
#include <event.h>
Inheritance diagram for KParts::PartActivateEvent:
Public Member Functions | |
| PartActivateEvent (bool activated, Part *part, TQWidget *widget) | |
| bool | activated () const |
| Part * | part () const |
| TQWidget * | widget () const |
Public Member Functions inherited from KParts::Event | |
| Event (const char *eventName) | |
| virtual const char * | eventName () const |
Static Public Member Functions | |
| static bool | test (const TQEvent *event) |
Static Public Member Functions inherited from KParts::Event | |
| static bool | test (const TQEvent *event) |
| static bool | test (const TQEvent *event, const char *name) |
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
Constructor & Destructor Documentation
◆ PartActivateEvent()
|
inline |
Member Function Documentation
◆ activated()
◆ part()
◆ test()
|
inlinestatic |
◆ widget()
|
inline |
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from