KParts::GUIActivateEvent
KParts::GUIActivateEvent Class Reference
#include <KParts/GUIActivateEvent>
Inheritance diagram for KParts::GUIActivateEvent:

Public Member Functions | |
GUIActivateEvent (bool activated) | |
bool | activated () const |
![]() | |
Event (const char *eventName) | |
virtual const char * | eventName () const |
![]() | |
QEvent (QEvent::Type type) | |
void | accept () |
void | ignore () |
bool | isAccepted () const const |
void | setAccepted (bool accepted) |
bool | spontaneous () const const |
QEvent::Type | type () const const |
Static Public Member Functions | |
static bool | test (const QEvent *event) |
![]() | |
static bool | test (const QEvent *event) |
static bool | test (const QEvent *event, const char *name) |
![]() | |
int | registerEventType (int hint) |
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 26 of file guiactivateevent.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:53:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:53:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.