class PartActivateEvent
|
This event is sent by the part manager when the active part changes. More... |
|
|
Public Methods
Public Static Methods
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.
PartActivateEvent ( bool activated, Part *part, QWidget *widget ), m_widget( widget )
|
[const]
[const]
[const]
bool test ( const QEvent *event )
|
[static]
Reimplemented from Event.
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:59:09 2000, using kdoc 2.0a42. |