class GUIActivateEvent
|
This event is sent to a Part when its GUI has been activated or deactivated. More... |
|
|
Public Methods
Public Static Methods
This event is sent to a Part when its GUI has been activated or deactivated.
This is related to PartActivateEvent, but the difference is that
GUIActivateEvent happens later (when the GUI is actually built),
only for parts that have GUI elements, and only if using KParts::MainWindow.
See also: KParts::Part::guiActivateEvent()
GUIActivateEvent ( bool activated )
| GUIActivateEvent |
bool activated ()
| activated |
[const]
bool test ( const QEvent *event )
| test |
[static]
Reimplemented from Event.
Generated by: dfaure on faure on Tue Apr 16 08:50:22 2002, using kdoc 2.0a53. |