class PartActivateEvent
|
This event is sent by the part manager when the active part changes. More... |
|
|
Public Methods
Public Static Methods
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: partActivateEvent
| PartActivateEvent ( bool activated, Part *part, QWidget *widget )
|
[const]
[const]
[const]
| bool test ( const QEvent *event )
|
[static]
Reimplemented from Event.
| Generated by: masato@ss10 on Wed Apr 11 12:03:09 2001, using kdoc 2.0a48. |