KParts
KParts::GUIActivateEvent Class Reference
#include <event.h>
Inheritance diagram for KParts::GUIActivateEvent:

Public Member Functions | |
| GUIActivateEvent (bool activated) | |
| virtual | ~GUIActivateEvent () |
| bool | activated () const |
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()
Constructor & Destructor Documentation
| GUIActivateEvent::GUIActivateEvent | ( | bool | activated | ) |
| GUIActivateEvent::~GUIActivateEvent | ( | ) | [virtual] |
Member Function Documentation
| bool GUIActivateEvent::activated | ( | ) | const |
| bool GUIActivateEvent::test | ( | const QEvent * | event | ) | [static] |
Reimplemented from KParts::Event.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:57:03 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:57:03 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.