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

Public Member Functions | |
PartSelectEvent (bool selected, Part *part, QWidget *widget) | |
Part * | part () const |
bool | selected () const |
QWidget * | widget () 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 when a part is selected or deselected.
- Deprecated:
- Since 5.72, for lack of usage.
Definition at line 26 of file partselectevent.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 Fri Dec 8 2023 03:48:35 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 8 2023 03:48:35 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.