KParts
KParts::GUIActivateEvent Class Reference
This event is sent to a Part when its GUI has been activated or deactivated. More...
#include <event.h>
Inheritance diagram for KParts::GUIActivateEvent:

Public Member Functions | |
bool | activated () const |
GUIActivateEvent (bool activated) | |
virtual | ~GUIActivateEvent () |
Static Public Member Functions | |
static bool | test (const QEvent *event) |
Detailed Description
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()
Definition at line 59 of file event.h.
Constructor & Destructor Documentation
Member Function Documentation
bool GUIActivateEvent::test | ( | const QEvent * | event | ) | [static] |
The documentation for this class was generated from the following files: